From 80302a0f6f4fcfe5adf719888f8ad67422a98d4d Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Tue, 3 Dec 2013 18:51:21 +0100 Subject: Limit the number of results in gitlab:ldap:check --- config/gitlab.yml.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config') 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' -- cgit v1.2.3