提交 d4d0852d 编写于 作者: D Douwe Maan

Merge pull request #8995 from MichaelAlt/patch-1

Faulty LDAP DN name escaping removed
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册