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