Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
e8da077d
Commit
e8da077d
authored
Oct 23, 2014
by
Jacob Vosmaer
Committed by
Valery Sizov
Oct 23, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix LDAP authentication for Git HTTP access
Conflicts: CHANGELOG
parent
ba76dbc3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
CHANGELOG
CHANGELOG
+3
-0
lib/gitlab/ldap/authentication.rb
lib/gitlab/ldap/authentication.rb
+2
-2
No files found.
CHANGELOG
View file @
e8da077d
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)
...
...
lib/gitlab/ldap/authentication.rb
View file @
e8da077d
...
...
@@ -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
\ No newline at end of file
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment