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";
|
||||
filter = cfg.ldap.dovecot.passFilter;
|
||||
fields = {
|
||||
password = "%{ldap:userPassword}";
|
||||
password = "%{ldap:${cfg.ldap.attributes.password}}";
|
||||
};
|
||||
ldap_connection_group = "ldap-passdb-conn";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user