Software Version: 0.98.2
User login fails when attempting to login with a
password of the form "\w:\w". e.g "word:16".
Failing with the following exception:
Traceback (innermost last):
Module ZPublisher.Publish, line 89, in publish
Module ZPublisher.BaseRequest, line 409, in traverse
Module Products.LDAPAdapter.LDAPAdapter, line 564,
in validate
ValueError: unpack tuple of wrong size
Limit the outer string.split to have a maxsplit of 1.
i.e. line 564 should be:
':',1))
instead of:
':'))
regards,
Murray Cockerell
murrayc@ot.com.au