1ldapdiff combines "diff" and "patch" functionality in one application.
2The difference is that ldapdiff is not designed for use on flat ascii
3files, it is designed for "patching" ldap directories using ldif files.
4
5With ldapdiff it is possible to check every entry/attribute of an ldif
6file against a running ldap directory. ldapdiff is able to produce ldif
7delta files in ldap version 3 format, which can be fed, into tools like
8"ldapmodify", "ldapdelete" etc. ldapdiff is also able to modify, delete
9and add entries/attributes online.
10
11WWW: https://launchpad.net/ldapdiff
12