ldap-authentication icon indicating copy to clipboard operation
ldap-authentication copied to clipboard

Failing to authenticate users that have commas in CN that is included in DN

Open mikecat opened this issue 1 year ago • 5 comments

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.

mikecat avatar Aug 06 '24 11:08 mikecat