backends/ldap: remove unused settings from defaults (#23698)

This commit is contained in:
Benjamin Dauvergne 2018-07-04 11:11:17 +02:00
parent 195b12ff39
commit d01ded90af
1 changed files with 0 additions and 2 deletions

View File

@ -228,7 +228,6 @@ class LDAPBackend(object):
'group_dn_template': '',
'member_of_attribute': '',
'group_filter': '(&(member={user_dn})(objectClass=groupOfNames))',
'group': None,
'groupsu': (),
'groupstaff': (),
'groupactive': (),
@ -241,7 +240,6 @@ class LDAPBackend(object):
'timeout': -1,
'referrals': False,
'disable_update': False,
'use_for_data': None,
'bind_with_username': False,
# always use the first URL to build the external id
'use_first_url_for_external_id': True,