summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-17 14:14:05 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-17 14:14:05 +0000
commit4d7792bc388d72a8ce6c2f84e102ba68a28dae81 (patch)
treed2afabda7c3003af8e22de9d5ec6391d2ba480fe /config
parentd435fbb9b223c035e9d32e5746a4f9bc092e5dce (diff)
parentaf9a14c49cd0e33090765885eb0fa7abefac84ff (diff)
downloadgitlab-ce-4d7792bc388d72a8ce6c2f84e102ba68a28dae81.tar.gz
Merge branch 'explain_ldap_check' into 'master'
Improve the explanation of the LDAP check script
Diffstat (limited to 'config')
-rw-r--r--config/gitlab.yml.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 52548106b0c..f628ac9121f 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -116,8 +116,8 @@ production: &base
# ==========================
## LDAP settings
- # You can inspect the first 100 LDAP users with login access by running:
- # bundle exec rake gitlab:ldap:check[100] RAILS_ENV=production
+ # You can inspect a sample of the LDAP users with login access by running:
+ # bundle exec rake gitlab:ldap:check RAILS_ENV=production
ldap:
enabled: false
host: '_your_ldap_server'