Skip to content
Snippets Groups Projects
Commit 4d7792bc authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge branch 'explain_ldap_check' into 'master'

Improve the explanation of the LDAP check script
parents d435fbb9 af9a14c4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -116,8 +116,8 @@ production: &base
# ==========================
 
## LDAP settings
# You can inspect the first 100 LDAP users with login access by running:
# bundle exec rake gitlab:ldap:check[100] RAILS_ENV=production
# You can inspect a sample of the LDAP users with login access by running:
# bundle exec rake gitlab:ldap:check RAILS_ENV=production
ldap:
enabled: false
host: '_your_ldap_server'
Loading
Loading
Loading
Loading
@@ -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"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment