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
20fc9711
Commit
20fc9711
authored
Dec 19, 2013
by
Jacob Vosmaer
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ldap_group_explanation' of /home/git/repositories/gitlab/gitlab-ee
parents
f77be391
2f53c2d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
app/views/groups/edit.html.haml
app/views/groups/edit.html.haml
+8
-0
No files found.
app/views/groups/edit.html.haml
View file @
20fc9711
...
...
@@ -75,12 +75,20 @@
LDAP Group cn
.controls
=
f
.
hidden_field
:ldap_cn
,
placeholder:
"Ex. QA group"
,
class:
"xxlarge ajax-ldap-groups-select"
.help-block
Synchronize
#{
@group
.
name
}
's members with this LDAP group.
%br
If you select an LDAP group you do not belong to you will lose ownership of
#{
@group
.
name
}
.
.control-group
=
f
.
label
:ldap_access
do
LDAP Access
.controls
=
f
.
select
:ldap_access
,
options_for_select
(
UsersGroup
.
group_access_roles
,
@group
.
ldap_access
)
.help-block
Default, minimum permission level for LDAP group members of
#{
@group
.
name
}
.
%br
You can manage permission levels for individual group members in the Members tab.
.form-actions
=
f
.
submit
'Save group'
,
class:
"btn btn-save"
...
...
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