diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2013-12-03 18:51:21 +0100 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2013-12-03 18:51:21 +0100 |
commit | 80302a0f6f4fcfe5adf719888f8ad67422a98d4d (patch) | |
tree | 656cb5cdff80636ccb775a8dc262e58afce0f708 /config/gitlab.yml.example | |
parent | 376cfc6ac68da97af33dfdc1a17e75ab157f5b59 (diff) | |
download | gitlab-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.example | 3 |
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' |