mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 12:57:40 -02:30
Expand scope of enterprise user types.
This commit is contained in:
@@ -13,6 +13,7 @@ class UserEnterpriseAuth(models.Model):
|
||||
PROVIDER_CHOICES = (
|
||||
('radius', _('RADIUS')),
|
||||
('tacacs+', _('TACACS+')),
|
||||
('saml', _('SAML')),
|
||||
)
|
||||
|
||||
class Meta:
|
||||
|
||||
Reference in New Issue
Block a user