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

LDAP Settings (ZMI) may save float as Maximum Page Size #28

Closed datakurre closed 7 years ago

datakurre commented 7 years ago

I was trying out pas.plugins.ldap and was getting weird exceptions, because page size setting was float instead of int. Not sure, how that came to be, and I'll update the issue when I can reproduce. I was unable to fix that from LDAP Settings (ZMI) form, so I simply added int casting into properties.py.

If I see that again, I'll do a pull.

jensens commented 7 years ago

thanks, indeed a bug. fixed in 0d7b061948027f1cb6e8a7ba1c99780b41c19459

datakurre commented 7 years ago

Thanks.