Try a different class...

This commit is contained in:
niten 2023-09-30 10:33:39 -07:00
parent 6b31037b23
commit 6893ce148f
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}; };