diff options
author | Chris Wilson <chris@chrisjwilson.com> | 2016-07-19 05:32:31 +0000 |
---|---|---|
committer | Chris Wilson <chris@chrisjwilson.com> | 2016-07-19 05:32:31 +0000 |
commit | 1ddf3d2e2244df9241ccec0603cbe3d4c8f28f45 (patch) | |
tree | f1ef8a69d89a0b7b75627e42335a7dfdcb275299 | |
parent | a27212ab908d5161f5a75b27c4616c11f497f5d4 (diff) | |
download | gitlab-ce-1ddf3d2e2244df9241ccec0603cbe3d4c8f28f45.tar.gz |
Include timeout error troubleshootingmrchrisw/ldap-timeout
-rw-r--r-- | doc/administration/auth/ldap.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/administration/auth/ldap.md b/doc/administration/auth/ldap.md index 7186f707ad6..a045e8a4a2d 100644 --- a/doc/administration/auth/ldap.md +++ b/doc/administration/auth/ldap.md @@ -275,3 +275,8 @@ If you are getting 'Connection Refused' errors when trying to connect to the LDAP server please double-check the LDAP `port` and `method` settings used by GitLab. Common combinations are `method: 'plain'` and `port: 389`, OR `method: 'ssl'` and `port: 636`. + +### Timeout error + +If you are seeing the error "LDAP search timed out after" in the `production.log` +try increasing the default `timeout` value. Example `timeout: 90` |