mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 00:08:44 -03:30
Add system auditor placeholder.
This commit is contained in:
@@ -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',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user