ldif

The LDAP Data Interchange Format (LDIF) tools

http://rampa.sk/static/ldif.html

Latest on Hackage:0.0.13

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Radoslav Dorcik
Maintained by [email protected]

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).

  • ldifundo - produces delta LDIF which rollbacks operations in input LDIF.