dovecot: fix non-default cfg.ldap.attributes.password

The option got recently introduced, but never properly wired.
This commit is contained in:
emilylange
2026-05-24 01:30:59 +02:00
parent e5102c5502
commit 57bfae2d7e
+1 -1
View File
@@ -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";
}; };