mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
Add system auditor placeholder.
This commit is contained in:
parent
f1813c35ed
commit
89d0f90e27
@ -338,6 +338,7 @@ register(
|
||||
category_slug='ldap',
|
||||
placeholder=collections.OrderedDict([
|
||||
('is_superuser', 'CN=Domain Admins,CN=Users,DC=example,DC=com'),
|
||||
('is_system_auditor', 'CN=Domain Auditors,CN=Users,DC=example,DC=com'),
|
||||
]),
|
||||
feature_required='ldap',
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user