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:
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'