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 ...@@ -22,8 +22,6 @@ module Gitlab
Gitlab::LDAP::Config.new(provider) Gitlab::LDAP::Config.new(provider)
end end
<<<<<<< HEAD
=======
# Get LDAP groups from ou=Groups # Get LDAP groups from ou=Groups
# #
# cn - filter groups by name # cn - filter groups by name
...@@ -48,7 +46,6 @@ module Gitlab ...@@ -48,7 +46,6 @@ module Gitlab
groups(*args).first groups(*args).first
end end
>>>>>>> 7-4-stable-ee
def users(field, value, limit = nil) def users(field, value, limit = nil)
if field.to_sym == :dn if field.to_sym == :dn
options = { 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