collective / pas.plugins.ldap

Zope (and Plone) PAS Plugin providing users and groups from LDAP directory
http://pypi.python.org/pypi/pas.plugins.ldap
Other
13 stars 20 forks source link

Require python-ldap 3.2.0 #73

Closed reinhardt closed 5 years ago

reinhardt commented 5 years ago

Fixes initialize() got an unexpected keyword argument 'bytes_strictness' which prevents LDAP users from logging in.

rnixx commented 5 years ago

Thanks!