Fix LDAP authentication for Git HTTP access
Conflicts: CHANGELOG
This commit is contained in:
parent
ba76dbc366
commit
e8da077d4f
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
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)
|
||||
|
|
|
@ -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
|
||||
|
@ -68,4 +68,4 @@ module Gitlab
|
|||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue