Skip to content
Snippets Groups Projects
Commit 1ddf3d2e authored by Chris Wilson's avatar Chris Wilson
Browse files

Include timeout error troubleshooting

parent a27212ab
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment