LDAP Login fails with escaped characters
Existing users are unable to log in using LDAP.
Our domain uses the format:
CN=Holak, Robert;OU=IT;DC=xxxxxx,DC=com
In the "identities" table, the record is stored as:
CN=Holak, Robert;OU=IT;DC=xxxxxx;DC=com
Note that the comma in the name was escaped. In Gitlab CD 7.6, this was not a problem. But in 7.9, it is causing the following error:
LDAP search error: Invalid DN Syntax
When I change my AD name to "Robert Holak" instead, login works correctly with the record as:
CN=Robert Holak,OU=IT,DC=xxxxxxx;DC=com