About

Metadata

  • Last updated , by RadoslavDorcik
  • License BSD-3-Clause
  • Categories Text Processing
  • Maintained by: radoslav.dorcik@gmail.com

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    test (off by default)

    Build test program.

    cmd (on by default)

    Build command line programs.

Readme

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.