Skip to content
Snippets Groups Projects
Commit e8da077d authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab) Committed by Valery Sizov
Browse files

Fix LDAP authentication for Git HTTP access

Conflicts:
	CHANGELOG
parent ba76dbc3
No related branches found
No related tags found
No related merge requests found
v 7.4.1
- Fix LDAP authentication for Git HTTP access
v 7.4.0
- Refactored membership logic
- Improve error reporting on users API (Julien Bianchi)
Loading
Loading
Loading
Loading
@@ -42,7 +42,7 @@ module Gitlab
end
 
def adapter
OmniAuth::LDAP::Adaptor.new(config.options)
OmniAuth::LDAP::Adaptor.new(config.options.symbolize_keys)
end
 
def config
Loading
Loading
@@ -68,4 +68,4 @@ module Gitlab
end
end
end
end
\ No newline at end of file
end
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