@hackage ldif0.0.12

The LDAP Data Interchange Format (LDIF) tools

LDIF files parser implementation using Parsec. The LDAP Data Interchange Format (LDIF) is defined by RFC 2849.

Current implementation is not complete and compliant with RFC.

Package includes following command line tools:

  • ldifdiff - calculates delta LDIF between two content LDIF files.

  • ldif2html - produces HTML/browsable LDIF file.

  • ldifmodify - replays delta LDIF operations on content LDIF (similar to ldapmodify).