summaryrefslogtreecommitdiff
path: root/lib
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 /lib
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 'lib')
-rw-r--r--lib/tasks/gitlab/check.rake2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/tasks/gitlab/check.rake b/lib/tasks/gitlab/check.rake
index 20d5f03d6ef..461e70ea44e 100644
--- a/lib/tasks/gitlab/check.rake
+++ b/lib/tasks/gitlab/check.rake
@@ -682,6 +682,8 @@ namespace :gitlab do
namespace :ldap do
task :check, [:limit] => :environment do |t, args|
+ # Only show up to 100 results because LDAP directories can be very big.
+ # This setting only affects the `rake gitlab:check` script.
args.with_defaults(limit: 100)
warn_user_is_not_gitlab
start_checking "LDAP"