18 Feb
2026
18 Feb
'26
11:36 p.m.
Has this been addressed? I also experience this issue.
I am also unable to use user binds for password authentication; I must use ldap_auth_dn with a service account before it works. Attempting to use passdb_ldap_bind will fail with the same error otherwise.
For example, this doesn't work:
ldap_uris = ldapi://abc ldap_base = ou=dudes,dc=mysite passdb ldap { ldap_connection_group = login bind = yes bind_userdn = uid=%{user | username | lower },ou=dudes,dc=mysite }
Adding ldap_auth_dn allows it to continue.