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
8a460fff
Commit
8a460fff
authored
Sep 26, 2017
by
James Lopez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update docs
parent
49f0dddd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
5 deletions
+14
-5
changelogs/unreleased-ee/feature-ldap-group-filter.yml
changelogs/unreleased-ee/feature-ldap-group-filter.yml
+5
-0
doc/administration/auth/ldap-ee.md
doc/administration/auth/ldap-ee.md
+9
-5
No files found.
changelogs/unreleased-ee/feature-ldap-group-filter.yml
0 → 100644
View file @
8a460fff
---
title
:
Add LDAP synchronization based on filter for GitLab groups
merge_request
:
author
:
type
:
added
doc/administration/auth/ldap-ee.md
View file @
8a460fff
...
...
@@ -54,9 +54,12 @@ new groups they might be added to when the user logs in. That way they don't nee
to wait for the hourly sync to be granted access to the groups that they are in
in LDAP.
If
`group_base`
is set in LDAP configuration, a group sync process will run
every hour, on the hour. This allows GitLab group membership to be automatically
updated based on LDAP group members.
We can also add a GitLab group to sync with one or multiple LDAP groups or we can
also add a filter. The filter must comply with the syntax defined in
[
RFC 2254
](
https://tools.ietf.org/search/rfc2254
)
.
A group sync process will run every hour on the hour, and
`group_base`
must be set
in LDAP configuration for LDAP synchronizations based on group CN to work. This allows
GitLab group membership to be automatically updated based on LDAP group members.
The
`group_base`
configuration should be a base LDAP 'container', such as an
'organization' or 'organizational unit', that contains LDAP groups that should
...
...
@@ -97,8 +100,9 @@ production:
To take advantage of group sync, group owners or masters will need to create an
LDAP group link in their group
**Settings -> LDAP Groups**
page. Multiple LDAP
groups can be linked with a single GitLab group. When the link is created, an
access level/role is specified (Guest, Reporter, Developer, Master, or Owner).
groups and/or filters can be linked with a single GitLab group. When the link is
created, an access level/role is specified (Guest, Reporter, Developer, Master,
or Owner).
## Administrator Sync
...
...
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