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
ce6c46e2
Commit
ce6c46e2
authored
Aug 25, 2014
by
Marin Jankovski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add short explanation on what to expect when doing group sync.
parent
64434261
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
app/views/groups/members.html.haml
app/views/groups/members.html.haml
+5
-5
No files found.
app/views/groups/members.html.haml
View file @
ce6c46e2
...
...
@@ -19,7 +19,7 @@
.pull-right
-
if
ldap_enabled?
&&
@group
.
ldap_cn
.
present?
=
link_to
reset_access_group_ldap_path
(
@group
),
class:
'btn btn-grouped'
,
data:
{
confirm:
"Reset the access level of all other LDAP group team members to '
#{
@group
.
human_ldap_access
}
'?"
},
method: :put
do
Reset access
Reset access
to
#{
@group
.
human_ldap_access
}
=
link_to
'#'
,
class:
'btn btn-new js-toggle-button'
do
Add members
...
...
@@ -30,12 +30,12 @@
-
if
ldap_enabled?
&&
@group
.
ldap_cn
.
present?
.bs-callout.bs-callout-info
The members of this group are synced with the LDAP group with cn
The members of this group are synced with the LDAP group with cn
%code
#{
@group
.
ldap_cn
}
\. They are given
\. They are given
%code
#{
@group
.
human_ldap_access
}
access.
access.
Depending on LDAP group size it can take time for LDAP user to get shown on the page.
.panel.panel-default.prepend-top-20
.panel-heading
%strong
#{
@group
.
name
}
...
...
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