Fixed conflict in LDAP config file

parent 3a13063f
......@@ -19,13 +19,7 @@ module Gitlab
end
def self.servers
<<<<<<< HEAD
Gitlab.config.ldap.servers.values
rescue Settingslogic::MissingSetting
[]
=======
Gitlab.config.ldap['servers']&.values || []
>>>>>>> upstream/master
end
def self.available_servers
......
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