Try user_attrs in ldap config
This commit is contained in:
parent
41b52ec070
commit
907970a86b
|
@ -210,6 +210,7 @@ in {
|
||||||
"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))"
|
||||||
|
"user_attrs = =user=%n"
|
||||||
]);
|
]);
|
||||||
target-file = "/run/dovecot-secret/ldap.conf";
|
target-file = "/run/dovecot-secret/ldap.conf";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue