There was an error while loading. Please reload this page.
Issue description:
https://github.com/python-ldap/python-ldap/blob/master/Lib/ldif.py#L153
_unparseEntryRecord doesn't handle OrderedDict. It uses sorted function and then reorder the sequence.
PR here: #245
Issue description:
https://github.com/python-ldap/python-ldap/blob/master/Lib/ldif.py#L153
_unparseEntryRecord doesn't handle OrderedDict.
It uses sorted function and then reorder the sequence.
PR here:
#245