Try a different class...
This commit is contained in:
parent
6b31037b23
commit
6893ce148f
|
@ -245,7 +245,7 @@ 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=user)(cn=%n))"
|
"user_filter = (&(objectClass=organizationalPerson)(cn=%n))"
|
||||||
]);
|
]);
|
||||||
target-file = "/run/dovecot-secret/ldap.conf";
|
target-file = "/run/dovecot-secret/ldap.conf";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue