Merge pull request #1078 from jakemcdermott/saml-ldap-updates

update configuration views for multiple LDAP servers, SAML 2FA, and SAML attribute mapping
This commit is contained in:
Jake McDermott
2018-02-02 12:15:44 -05:00
committed by GitHub
12 changed files with 817 additions and 84 deletions

View File

@@ -1185,7 +1185,7 @@ register(
field_class=fields.SAMLTeamAttrField,
allow_null=True,
default=None,
label=_('SAML Team Map'),
label=_('SAML Team Attribute Mapping'),
help_text=_('Used to translate user team membership into Tower.'),
category=_('SAML'),
category_slug='saml',