Overview#
LDIF Sort Tools are very handy and we often need them to be able to re-import an LDIF file.There are several LDAP Server Implementation Vendors who have these tools, but finding them in the Public Domain seems difficult.
SUN's LDIF Transformation Tool
#
Can no longer find the SUN's LDIF Transformation Tool
LdifSort.exe#
Our good friends at Optimal IdM
- Normal Usage
Example LdifSort <NAMEOFFILE>
Result: a sorted file named <NAMEOFFILE_SORTED> - - version (lowercase) Returns the version of the exe.
- - r
Performs a reverse sort of the LDIF which is useful for delete operations where all child entries will be deleted first then the parents can be deleted.
EXAMPLE: LdifSort -r <NAMEOFFILE>
Result: a sorted file named <NAMEOFFILE_SORTED>