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
commit d4d0852d2d
1 changed files with 0 additions and 1 deletions

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