Expand scope of enterprise user types.

This commit is contained in:
Aaron Tan
2017-06-19 16:57:12 -04:00
parent 8061667ace
commit 70cccb0e57
5 changed files with 57 additions and 11 deletions

View File

@@ -13,6 +13,7 @@ class UserEnterpriseAuth(models.Model):
PROVIDER_CHOICES = (
('radius', _('RADIUS')),
('tacacs+', _('TACACS+')),
('saml', _('SAML')),
)
class Meta: