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
d8a7096f
Commit
d8a7096f
authored
Apr 14, 2015
by
Patricio Cano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added notice about the `group_base` setting to the LDAP sync documentation.
parent
3518cc75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
doc/integration/ldap.md
doc/integration/ldap.md
+7
-0
No files found.
doc/integration/ldap.md
View file @
d8a7096f
...
...
@@ -120,6 +120,13 @@ LDAP group synchronization in GitLab Enterprise Edition allows you to synchroniz
### Setting up LDAP group synchronization
Before enabling group synchronization, you need to make sure that the
`group_base`
field is set in your LDAP settings on
your
`gitlab.rb`
or
`gitlab.yml`
file. This setting will tell GitLab where to look for groups within your LDAP server.
```
group_base: 'OU=groups,DC=example,DC=com'
``
Suppose we want to synchronize the GitLab group 'example group' with the LDAP group 'Engineering'.
1. As an owner, go to the group settings page for 'example group'.
...
...
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