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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
b20268ef
Commit
b20268ef
authored
Jun 23, 2017
by
Marcia Ramos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add overview and use-cases for EE-LDAP (replaces !625)
parent
89097ed6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
doc/administration/auth/ldap-ee.md
doc/administration/auth/ldap-ee.md
+20
-0
No files found.
doc/administration/auth/ldap-ee.md
View file @
b20268ef
...
...
@@ -3,6 +3,26 @@
This is a continuation of the main
[
LDAP documentation
](
ldap.md
)
, detailing LDAP
features specific to GitLab Enterprise Edition.
## Overview
[
LDAP
](
https://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol
)
stands for
**Lightweight Directory Access Protocol**
, which
is a standard application protocol for
accessing and maintaining distributed directory information services
over an Internet Protocol (IP) network.
GitLab integrates with LDAP to support
**user authentication**
. This integration
works with most LDAP-compliant directory servers, including Microsoft Active
Directory, Apple Open Directory, Open LDAP, and 389 Server.
**GitLab Enterprise Edition**
includes enhanced integration, including group
membership syncing.
## Use-cases
-
User Sync: Once a day, GitLab will update users against LDAP
-
Group Sync: Once an hour, GitLab will update group membership
based on LDAP group members
## User Sync
Once per day, GitLab will run a worker to check and update GitLab
...
...
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