dovecot: fix non-default cfg.ldap.attributes.password
The option got recently introduced, but never properly wired.
This commit is contained in:
@@ -438,7 +438,7 @@ in
|
|||||||
driver = "ldap";
|
driver = "ldap";
|
||||||
filter = cfg.ldap.dovecot.passFilter;
|
filter = cfg.ldap.dovecot.passFilter;
|
||||||
fields = {
|
fields = {
|
||||||
password = "%{ldap:userPassword}";
|
password = "%{ldap:${cfg.ldap.attributes.password}}";
|
||||||
};
|
};
|
||||||
ldap_connection_group = "ldap-passdb-conn";
|
ldap_connection_group = "ldap-passdb-conn";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user