Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
4d7792bc
Commit
4d7792bc
authored
Jan 17, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'explain_ldap_check' into 'master'
Improve the explanation of the LDAP check script
parents
d435fbb9
af9a14c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
config/gitlab.yml.example
config/gitlab.yml.example
+2
-2
lib/tasks/gitlab/check.rake
lib/tasks/gitlab/check.rake
+2
-0
No files found.
config/gitlab.yml.example
View file @
4d7792bc
...
...
@@ -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'
...
...
lib/tasks/gitlab/check.rake
View file @
4d7792bc
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment