summaryrefslogtreecommitdiff
path: root/doc/administration
diff options
context:
space:
mode:
authorMichael Kozono <mkozono@gmail.com>2017-10-06 19:47:00 +0000
committerMichael Kozono <mkozono@gmail.com>2017-10-06 19:47:00 +0000
commit55e6552c8d28d646a4b83777e8cb8f60681efc27 (patch)
tree6b506d13caba718d8fab66cd4c70344fd79912ba /doc/administration
parent2cf5dca8f80cdefeb8932bf80417f52f289668c8 (diff)
downloadgitlab-ce-55e6552c8d28d646a4b83777e8cb8f60681efc27.tar.gz
Fix LDAP config key name
Diffstat (limited to 'doc/administration')
-rw-r--r--doc/administration/auth/ldap.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/administration/auth/ldap.md b/doc/administration/auth/ldap.md
index ad904908472..ad903aef896 100644
--- a/doc/administration/auth/ldap.md
+++ b/doc/administration/auth/ldap.md
@@ -287,11 +287,11 @@ LDAP email address, and then sign into GitLab via their LDAP credentials.
There are two encryption methods, `simple_tls` and `start_tls`.
-For either encryption method, if setting `validate_certificates: false`, TLS
+For either encryption method, if setting `verify_certificates: false`, TLS
encryption is established with the LDAP server before any LDAP-protocol data is
exchanged but no validation of the LDAP server's SSL certificate is performed.
->**Note**: Before GitLab 9.5, `validate_certificates: false` is the default if
+>**Note**: Before GitLab 9.5, `verify_certificates: false` is the default if
unspecified.
## Limitations