See what this says without user_filter...

This commit is contained in:
niten 2023-09-30 14:50:41 -07:00
parent 907970a86b
commit 02641b1db5
1 changed files with 1 additions and 2 deletions

View File

@ -209,8 +209,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=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";
}; };