Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristiaan Conover <cconover@gitlab.com>2019-09-03 02:37:41 +0300
committerChristiaan Conover <cconover@gitlab.com>2019-09-03 02:37:41 +0300
commitbec9fce858f50722e93bacd0870566dd95ac53b1 (patch)
tree3322e1150f85fed07b0a38b9d7f428f4e6ad321b
parentfeeecafe00c6ffa191b31314946cb73c681ce4b2 (diff)
Apply suggestion to doc/administration/auth/ldap.mddocs-ldap-offline
-rw-r--r--doc/administration/auth/ldap.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/auth/ldap.md b/doc/administration/auth/ldap.md
index 44da5fbfafe..75bb0945581 100644
--- a/doc/administration/auth/ldap.md
+++ b/doc/administration/auth/ldap.md
@@ -564,7 +564,7 @@ LDAP server please double-check the LDAP `port` and `encryption` settings used b
GitLab. Common combinations are `encryption: 'plain'` and `port: 389`, OR
`encryption: 'simple_tls'` and `port: 636`.
-### LDAP Provider Offline
+### Connection times out
If your configured LDAP provider and/or endpoint is offline or otherwise unreachable by GitLab, no LDAP user will be able to authenticate and log in. GitLab does not cache or store credentials for LDAP users to provide authentication during an LDAP outage.