BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
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
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
CHANGELOG
CHANGELOG
+3
-0
authentication.rb
lib/gitlab/ldap/authentication.rb
+2
-3
No files found.
CHANGELOG
View file @
e8da077d
v 7.4.1
- Fix LDAP authentication for Git HTTP access
v 7.4.0
v 7.4.0
- Refactored membership logic
- Refactored membership logic
- Improve error reporting on users API (Julien Bianchi)
- Improve error reporting on users API (Julien Bianchi)
...
...
lib/gitlab/ldap/authentication.rb
View file @
e8da077d
...
@@ -42,7 +42,7 @@ module Gitlab
...
@@ -42,7 +42,7 @@ module Gitlab
end
end
def
adapter
def
adapter
OmniAuth
::
LDAP
::
Adaptor
.
new
(
config
.
options
)
OmniAuth
::
LDAP
::
Adaptor
.
new
(
config
.
options
.
symbolize_keys
)
end
end
def
config
def
config
...
@@ -68,4 +68,4 @@ module Gitlab
...
@@ -68,4 +68,4 @@ module Gitlab
end
end
end
end
end
end
end
end
\ No newline at end of file
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