Commit 10039c3d authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Fix indentation

[ci skip]
parent 2fdd395a
...@@ -336,7 +336,7 @@ GitLab for Omnibus packages or installations from source respectively, in order ...@@ -336,7 +336,7 @@ GitLab for Omnibus packages or installations from source respectively, in order
for the new servers to become available. for the new servers to become available.
**Tip:** you can assign labels to the different servers to give them human-friendly **Tip:** you can assign labels to the different servers to give them human-friendly
names. names:
```yaml ```yaml
ldap: ldap:
...@@ -368,13 +368,13 @@ EOS ...@@ -368,13 +368,13 @@ EOS
ldap: ldap:
servers: servers:
main: # 'main' is the GitLab 'provider ID' of this LDAP server main: # 'main' is the GitLab 'provider ID' of this LDAP server
label: 'LDAP_1' label: 'LDAP_1'
host: '_your_ldap_server' host: '_your_ldap_server'
... ...
secondary: # 'secondary' is the GitLab 'provider ID' of second LDAP server secondary: # 'secondary' is the GitLab 'provider ID' of second LDAP server
label: 'LDAP_2' label: 'LDAP_2'
host: '_your_ldap_2_server' host: '_your_ldap_2_server'
... ...
``` ```
## Automatic Daily LDAP Sync ## Automatic Daily LDAP Sync
......
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