From b947367606217c7de81f46b0af6645c931d37d14 Mon Sep 17 00:00:00 2001 From: Chris Church Date: Wed, 14 Dec 2016 11:54:21 -0500 Subject: [PATCH] Add default for ldap group type. --- awx/sso/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/sso/conf.py b/awx/sso/conf.py index c3ab7f7e56..237209a017 100644 --- a/awx/sso/conf.py +++ b/awx/sso/conf.py @@ -331,6 +331,7 @@ register( category=_('LDAP'), category_slug='ldap', feature_required='ldap', + default='MemberDNGroupType', ) register(