gitlab-org--gitlab-foss/lib/gitlab/ldap
Michael Alt 1502fed795 Faulty LDAP DN name escaping removed
The Net::LDAP::Filter.escape function can not be used to escape the DN name because the backslash is required to escape special chars in the DN name. This leads to the error message "Access denied for your LDAP account." and prevents the user from logging in to gitlab.

Example DN: 
CN=Test\, User,OU=Organization,DC=Company
CN=Test User,OU=Organization,DC=Company

http://www.ietf.org/rfc/rfc4514.txt
2015-03-21 22:57:55 +01:00
..
access.rb Unblock user if they were unblocked in AD. 2015-03-13 22:34:11 +01:00
adapter.rb Rubocop: Style/AlignHash enabled 2015-02-02 21:15:44 -08:00
authentication.rb Escape wildcards when searching LDAP by username. 2015-03-06 13:39:57 +01:00
config.rb Fix LDAP config lookup for provider 'ldap' 2014-10-23 22:57:16 +02:00
person.rb Faulty LDAP DN name escaping removed 2015-03-21 22:57:55 +01:00
user.rb Improvements to LDAP::User model 2015-01-29 13:28:41 -08:00