Try this again, sigh
This commit is contained in:
parent
02641b1db5
commit
1bcee1c199
|
@ -209,7 +209,8 @@ in {
|
||||||
"auth_bind = yes"
|
"auth_bind = yes"
|
||||||
"auth_bind_userdn = cn=%u,${cfg.ldap.member-ou},${cfg.ldap.base}"
|
"auth_bind_userdn = cn=%u,${cfg.ldap.member-ou},${cfg.ldap.base}"
|
||||||
"base = ${cfg.ldap.base}"
|
"base = ${cfg.ldap.base}"
|
||||||
# "user_filter = (&(objectClass=organizationalPerson)(cn=%n))"
|
"user_filter = (&(objectClass=organizationalPerson)(cn=%n))"
|
||||||
|
"pass_filter = (&(objectClass=organizationalPerson)(cn=%n))"
|
||||||
]);
|
]);
|
||||||
target-file = "/run/dovecot-secret/ldap.conf";
|
target-file = "/run/dovecot-secret/ldap.conf";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue