mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 12:10:06 -03:30
committed by
Matthew Jones
parent
d506cbf249
commit
ec52e18be8
@@ -322,7 +322,7 @@ class LDAPUserFlagsField(fields.DictField):
|
||||
default_error_messages = {
|
||||
'invalid_flag': _('Invalid user flag: "{invalid_flag}".'),
|
||||
}
|
||||
valid_user_flags = {'is_superuser'}
|
||||
valid_user_flags = {'is_superuser', 'is_system_auditor'}
|
||||
child = LDAPDNField()
|
||||
|
||||
def to_internal_value(self, data):
|
||||
|
||||
Reference in New Issue
Block a user