diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-01-28 11:09:11 +0100 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-01-28 11:34:33 +0100 |
commit | 43da3f0929521615fe77d1dcb85318a8128bb7e8 (patch) | |
tree | 3dd362f07c72ab6e0877592a1140b578202edd12 /doc/integration | |
parent | b926b02332daeab5c9819e2512533a470e67e9ab (diff) | |
download | gitlab-ce-43da3f0929521615fe77d1dcb85318a8128bb7e8.tar.gz |
Point out common LDAP port/method combinations
Diffstat (limited to 'doc/integration')
-rw-r--r-- | doc/integration/ldap.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/integration/ldap.md b/doc/integration/ldap.md index 56b0d826adb..6172a61d005 100644 --- a/doc/integration/ldap.md +++ b/doc/integration/ldap.md @@ -76,6 +76,9 @@ main: # 'main' is the GitLab 'provider ID' of this LDAP server EOS ``` +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`. + If you are using a GitLab installation from source you can find the LDAP settings in `/home/git/gitlab/config/gitlab.yml`: ``` |