Commit 4df3782de1b96bb579a923424be83b784bfad77f
1 parent
07b6fdb1
Exists in
master
and in
15 other branches
Run `gitlab-ctl` reconfigure or nothing happens
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
README.md
@@ -168,6 +168,8 @@ gitlab_rails['ldap_group_base'] = '' # Example: 'OU=groups,DC=mycorp,DC=com' | @@ -168,6 +168,8 @@ gitlab_rails['ldap_group_base'] = '' # Example: 'OU=groups,DC=mycorp,DC=com' | ||
168 | gitlab_rails['ldap_user_filter'] = '' # Example: '(memberOf=CN=my department,OU=groups,DC=mycorp,DC=com)' | 168 | gitlab_rails['ldap_user_filter'] = '' # Example: '(memberOf=CN=my department,OU=groups,DC=mycorp,DC=com)' |
169 | ``` | 169 | ``` |
170 | 170 | ||
171 | +Run `sudo gitlab-ctl reconfigure` for the LDAP settings to take effect. | ||
172 | + | ||
171 | ## Building your own package | 173 | ## Building your own package |
172 | 174 | ||
173 | See [the separate build documentation](doc/build.md). | 175 | See [the separate build documentation](doc/build.md). |