From 00cd6cb384d5ad8776f24684bdb09beb57e86517 Mon Sep 17 00:00:00 2001 From: chris meyers Date: Tue, 10 Apr 2018 15:44:08 -0400 Subject: [PATCH] set better defaults for ldap * LDAP params is a new field. It contains the kwargs that will be passed to the python class specified by group type. The default for group type is MemberDNGroupType. The required params are now those in the defaults. --- awx/sso/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/sso/conf.py b/awx/sso/conf.py index fef093e62d..75178d6d12 100644 --- a/awx/sso/conf.py +++ b/awx/sso/conf.py @@ -306,6 +306,7 @@ def _register_ldap(append=None): category=_('LDAP'), category_slug='ldap', default=collections.OrderedDict([ + ('member_attr', 'member'), ('name_attr', 'cn'), ]), placeholder=collections.OrderedDict([