mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 02:31:03 -03:30
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.
This commit is contained in:
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user