Try specifying the CN to fetch the user

This commit is contained in:
niten 2023-09-30 08:46:42 -07:00
parent cd9ff40814
commit f29d321673

View File

@ -200,6 +200,8 @@ in {
auth_mechanisms = login plain auth_mechanisms = login plain
user_attrs = =user=%{ldap:cn}
passdb { passdb {
driver = ldap driver = ldap
args = ${cfg.ldap-conf} args = ${cfg.ldap-conf}