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
path: root/doc
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2015-01-28 13:09:11 +0300
committerJacob Vosmaer <contact@jacobvosmaer.nl>2015-01-28 13:34:33 +0300
commit43da3f0929521615fe77d1dcb85318a8128bb7e8 (patch)
tree3dd362f07c72ab6e0877592a1140b578202edd12 /doc
parentb926b02332daeab5c9819e2512533a470e67e9ab (diff)
Point out common LDAP port/method combinations
Diffstat (limited to 'doc')
-rw-r--r--doc/integration/ldap.md3
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`:
```