From 89d0f90e27a6d535cbb042a8073f9b7caa89d232 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 1 Nov 2017 10:46:39 -0400 Subject: [PATCH] Add system auditor placeholder. --- awx/sso/conf.py | 1 + 1 file changed, 1 insertion(+) 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', )