diff --git a/awx/sso/conf.py b/awx/sso/conf.py index 3b9ac1b063..c75ec4e250 100644 --- a/awx/sso/conf.py +++ b/awx/sso/conf.py @@ -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', )