ldap-authentication
ldap-authentication copied to clipboard
Failing to authenticate users that have commas in CN that is included in DN
When an user has DN that contains commas in CN like
CN=john, due,DC=example,DC=com
Authentication of this user in Admin authenticate mode fails even if correct password is used.
It looks like \ should be added before the comma in CN like
CN=john\, due,DC=example,DC=com
To correctly perform authentication.