@hackage ldif0.0.13
The LDAP Data Interchange Format (LDIF) tools
Categories
License
BSD-3-Clause
Maintainer
radoslav.dorcik@gmail.com
Links
Versions
Installation
Dependencies (8)
Dependents (2)
@hackage/ldapply, @hackage/acme-everything
Package Flags
test
(off by default)
Build test program.
cmd
(on by default)
Build command line programs.
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.