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
8426d66c
Commit
8426d66c
authored
Apr 08, 2022
by
Daniel Tian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use Pajamas checkbox for ldap_access_setting.html.haml
Changelog: changed MR: EE: true
parent
9474ea6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
14 deletions
+10
-14
ee/app/views/admin/application_settings/_ldap_access_setting.html.haml
...admin/application_settings/_ldap_access_setting.html.haml
+10
-14
No files found.
ee/app/views/admin/application_settings/_ldap_access_setting.html.haml
View file @
8426d66c
...
...
@@ -5,18 +5,14 @@
.form-group
=
form
.
label
:allow_group_owners_to_manage_ldap
,
_
(
'LDAP settings'
),
class:
'label-bold'
.form-check
=
form
.
check_box
:lock_memberships_to_ldap
,
class:
'form-check-input'
=
form
.
label
:lock_memberships_to_ldap
,
class:
'form-check-label'
do
=
_
(
'Lock memberships to LDAP synchronization'
)
%span
.form-text.text-muted
=
_
(
'If checked, new group memberships and permissions can only be added via LDAP synchronization'
)
=
link_to
sprite_icon
(
'question-o'
),
help_page_path
(
'administration/auth/ldap/ldap_synchronization.md'
,
anchor:
'global-group-memberships-lock'
)
-
help_text_lock
=
_
(
'If checked, new group memberships and permissions can only be added via LDAP synchronization'
)
-
help_link_lock
=
link_to
sprite_icon
(
'question-o'
),
help_page_path
(
'administration/auth/ldap/ldap_synchronization.md'
,
anchor:
'global-group-memberships-lock'
)
=
form
.
gitlab_ui_checkbox_component
:lock_memberships_to_ldap
,
_
(
'Lock memberships to LDAP synchronization'
),
help_text:
'%{help_text} %{help_link}'
.
html_safe
%
{
help_text:
help_text_lock
,
help_link:
help_link_lock
}
.form-check
=
form
.
check_box
:allow_group_owners_to_manage_ldap
,
class:
'form-check-input'
=
form
.
label
:allow_group_owners_to_manage_ldap
,
class:
'form-check-label'
do
=
_
(
'Allow group owners to manage LDAP-related settings'
)
%span
.form-text.text-muted
=
_
(
'If checked, group owners can manage LDAP group links and LDAP member overrides'
)
=
link_to
sprite_icon
(
'question-o'
),
help_page_path
(
'administration/auth/ldap/index.md'
)
-
help_text_group
=
_
(
'If checked, group owners can manage LDAP group links and LDAP member overrides'
)
-
help_link_group
=
link_to
sprite_icon
(
'question-o'
),
help_page_path
(
'administration/auth/ldap/index.md'
)
=
form
.
gitlab_ui_checkbox_component
:allow_group_owners_to_manage_ldap
,
_
(
'Allow group owners to manage LDAP-related settings'
),
help_text:
'%{help_text} %{help_link}'
.
html_safe
%
{
help_text:
help_text_group
,
help_link:
help_link_group
}
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