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