Merge pull request #8995 from MichaelAlt/patch-1

Faulty LDAP DN name escaping removed
This commit is contained in:
Douwe Maan
2015-03-23 08:23:19 +01:00
-1
View File
@@ -14,7 +14,6 @@ module Gitlab
end
def self.find_by_dn(dn, adapter)
dn = Net::LDAP::Filter.escape(dn)
adapter.user('dn', dn)
end