diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-01-16 18:40:45 +0100 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-01-16 18:40:45 +0100 |
commit | af9a14c49cd0e33090765885eb0fa7abefac84ff (patch) | |
tree | cf36287bf611712ed808910cce316d00de1ac26e /config/gitlab.yml.example | |
parent | dba982403b7b894d2096ea61b89a247060eefe57 (diff) | |
download | gitlab-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.example | 4 |
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' |