Commit 7b294d34 authored by Mike Jang's avatar Mike Jang

Merge branch 'ehen-update-ldap-docs' into 'master'

Update docs for Multiple LDAP config

See merge request gitlab-org/gitlab!33868
parents ca186939 d45bf105
......@@ -413,10 +413,21 @@ gitlab_rails['ldap_servers'] = {
'host' => 'ad-secondary.example.net',
'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)**
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