Commit 60797589 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Add unstyled explanation for LDAP group settings

parent f77be391
......@@ -75,12 +75,14 @@
LDAP Group cn
.controls
= f.hidden_field :ldap_cn, placeholder: "Ex. QA group", class: "xxlarge ajax-ldap-groups-select"
Synchronize #{@group.name}'s members with this LDAP group. If you select an LDAP group you do not belong to you will loose 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)
Default, minimum permission level for new LDAP group members who gain access to #{@group.name}. You can manage permission levels for individual group members in the Members tab.
.form-actions
= f.submit 'Save group', class: "btn btn-save"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment