Commit 4272926f authored by Jacob Vosmaer's avatar Jacob Vosmaer

Fix merge conflict in lib/gitlab/ldap/adapter.rb

parent dd559674
......@@ -22,8 +22,6 @@ module Gitlab
Gitlab::LDAP::Config.new(provider)
end
<<<<<<< HEAD
=======
# Get LDAP groups from ou=Groups
#
# cn - filter groups by name
......@@ -48,7 +46,6 @@ module Gitlab
groups(*args).first
end
>>>>>>> 7-4-stable-ee
def users(field, value, limit = nil)
if field.to_sym == :dn
options = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment