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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
b952b890
Commit
b952b890
authored
Nov 12, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:gitlabhq/gitlabhq
parents
3898c8c2
dfcc59a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lib/tasks/gitlab/cleanup.rake
lib/tasks/gitlab/cleanup.rake
+2
-2
No files found.
lib/tasks/gitlab/cleanup.rake
View file @
b952b890
...
...
@@ -92,11 +92,11 @@ namespace :gitlab do
User
.
ldap
.
each
do
|
ldap_user
|
print
"
#{
ldap_user
.
name
}
(
#{
ldap_user
.
extern_uid
}
) ..."
if
Gitlab
::
LDAP
::
Access
.
open
{
|
access
|
access
.
allowed?
(
ldap_user
)
}
if
Gitlab
::
LDAP
::
Access
.
allowed?
(
ldap_user
)
puts
" [OK]"
.
green
else
if
block_flag
ldap_user
.
block!
ldap_user
.
block!
unless
ldap_user
.
blocked?
puts
" [BLOCKED]"
.
red
else
puts
" [NOT IN LDAP]"
.
yellow
...
...
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