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: https://github.com/python-ldap/python-ldap/pull/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