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-12-03 21:51:21 +0400
committerJacob Vosmaer <contact@jacobvosmaer.nl>2013-12-03 21:51:21 +0400
commit80302a0f6f4fcfe5adf719888f8ad67422a98d4d (patch)
tree656cb5cdff80636ccb775a8dc262e58afce0f708 /config
parent376cfc6ac68da97af33dfdc1a17e75ab157f5b59 (diff)
Limit the number of results in gitlab:ldap:check
Diffstat (limited to 'config')
-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'