...Which is in cfg
This commit is contained in:
parent
71df6acf68
commit
96e0f4756c
|
@ -200,12 +200,12 @@ in {
|
||||||
|
|
||||||
passdb {
|
passdb {
|
||||||
driver = ldap
|
driver = ldap
|
||||||
args = ${ldap-conf}
|
args = ${cfg.ldap-conf}
|
||||||
}
|
}
|
||||||
|
|
||||||
userdb = {
|
userdb = {
|
||||||
driver = ldap
|
driver = ldap
|
||||||
args = ${ldap-conf}
|
args = ${cfg.ldap-conf}
|
||||||
}
|
}
|
||||||
|
|
||||||
service auth {
|
service auth {
|
||||||
|
|
Loading…
Reference in New Issue