summaryrefslogtreecommitdiff
path: root/config/gitlab.yml.example
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-01-16 18:40:45 +0100
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-01-16 18:40:45 +0100
commitaf9a14c49cd0e33090765885eb0fa7abefac84ff (patch)
treecf36287bf611712ed808910cce316d00de1ac26e /config/gitlab.yml.example
parentdba982403b7b894d2096ea61b89a247060eefe57 (diff)
downloadgitlab-ce-af9a14c49cd0e33090765885eb0fa7abefac84ff.tar.gz
Explain that `limit` only applies to the check
Diffstat (limited to 'config/gitlab.yml.example')
-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 71d46d4a19d..71cbd07efa3 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'