From 1ddf3d2e2244df9241ccec0603cbe3d4c8f28f45 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 19 Jul 2016 05:32:31 +0000 Subject: Include timeout error troubleshooting --- doc/administration/auth/ldap.md | 5 +++++ 1 file changed, 5 insertions(+) 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` -- cgit v1.2.1