Merge pull request #8995 from MichaelAlt/patch-1
Faulty LDAP DN name escaping removed
This commit is contained in:
commit
d4d0852d2d
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue