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/config
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2013-11-28 21:12:12 +0400
committerJacob Vosmaer <contact@jacobvosmaer.nl>2013-11-28 21:12:12 +0400
commit47239aabef2619dba34e2702588bdbc70234c6f4 (patch)
treec0aec90d97daf56a786719a1357703f844b0e933 /config
parent9f4909faadcd3aa9bf85cd2bbf5bdb0c1eecf385 (diff)
Refer to rake gitlab:ldap:check script
Diffstat (limited to 'config')
-rw-r--r--config/gitlab.yml.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 6b527cf0212..fd2abb9eac0 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -114,6 +114,7 @@ production: &base
# ==========================
## LDAP settings
+ # You can check your LDAP settings by running `bundle exec rake gitlab:ldap:check RAILS_ENV=production`
ldap:
enabled: false
host: '_your_ldap_server'