Skip to content
Snippets Groups Projects
Commit d4d0852d authored by Douwe Maan's avatar Douwe Maan
Browse files

Merge pull request #8995 from MichaelAlt/patch-1

Faulty LDAP DN name escaping removed
parents bc4e2518 1502fed7
No related branches found
No related tags found
1 merge request!8686add "Uplaod" and "Replace" functionality
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment