summaryrefslogtreecommitdiff
path: root/config/gitlab.yml.example
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2013-12-03 18:51:21 +0100
committerJacob Vosmaer <contact@jacobvosmaer.nl>2013-12-03 18:51:21 +0100
commit80302a0f6f4fcfe5adf719888f8ad67422a98d4d (patch)
tree656cb5cdff80636ccb775a8dc262e58afce0f708 /config/gitlab.yml.example
parent376cfc6ac68da97af33dfdc1a17e75ab157f5b59 (diff)
downloadgitlab-ce-80302a0f6f4fcfe5adf719888f8ad67422a98d4d.tar.gz
Limit the number of results in gitlab:ldap:check
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index fd2abb9eac0..4488bbc8781 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -114,7 +114,8 @@ production: &base
# ==========================
## LDAP settings
- # You can check your LDAP settings by running `bundle exec rake gitlab:ldap:check RAILS_ENV=production`
+ # You can inspect the first 100 LDAP users with login access by running:
+ # bundle exec rake gitlab:ldap:check[100] RAILS_ENV=production
ldap:
enabled: false
host: '_your_ldap_server'