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
65d8e39d
Commit
65d8e39d
authored
Jul 26, 2019
by
Harish Ramachandran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document how to use the GroupSync rake task
parent
fc3d0595
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
doc/administration/raketasks/ldap.md
doc/administration/raketasks/ldap.md
+25
-0
No files found.
doc/administration/raketasks/ldap.md
View file @
65d8e39d
...
...
@@ -28,6 +28,31 @@ limit by passing a number to the check task:
rake gitlab:ldap:check[50]
```
## Run a Group Sync
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14735) in [GitLab Starter](https://about.gitlab.com/pricing/) 12.3.
The following task will run a
[
group sync
](
../auth/ldap-ee.md#group-sync
)
immediately. This is valuable
when you'd like to update all configured group memberships against LDAP without
waiting for the next scheduled group sync to be run.
NOTE:
**NOTE:**
If you'd like to change the frequency at which a group sync is performed,
[
adjust the cron schedule
](
../auth/ldap-ee.md#adjusting-ldap-group-sync-schedule
)
instead.
**Omnibus Installation**
```
sudo gitlab-rake gitlab:ldap:group_sync
```
**Source Installation**
```
bash
bundle
exec
rake gitlab:ldap:group_sync
```
## Rename a provider
If you change the LDAP server ID in
`gitlab.yml`
or
`gitlab.rb`
you will need
...
...
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