Commit d45bf105 authored by Eldridge Henley's avatar Eldridge Henley Committed by Mike Jang

Update docs for Multiple LDAP config

parent bb396938
...@@ -413,10 +413,21 @@ gitlab_rails['ldap_servers'] = { ...@@ -413,10 +413,21 @@ gitlab_rails['ldap_servers'] = {
'host' => 'ad-secondary.example.net', 'host' => 'ad-secondary.example.net',
'port' => 636, 'port' => 636,
... ...
},
'tertiary' => {
'label' => 'GitLab Tertiary AD',
'host' => 'ad-tertiary.example.net',
'port' => 636,
...
} }
} }
``` ```
NOTE: **Note:**
Any number of LDAP servers can be configured. However, make sure to use a unique naming convention for the `label` section of each entry as this will be the display name of the tab shown on the sign-in page.
## User sync **(STARTER ONLY)** ## User sync **(STARTER ONLY)**
Once per day, GitLab runs a worker to check and update GitLab Once per day, GitLab runs a worker to check and update GitLab
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment