ldif-0.0.13: The LDAP Data Interchange Format (LDIF) tools

Safe HaskellSafe-Inferred

Text.LDIF.Diff

Synopsis

Documentation

diffLDIF :: LDIF -> LDIF -> Either String LDIFSource

Calculate Change LDIF between two LDIF contents. If there is not difference the empty change list is returned.

diffRecord :: LDIFRecord -> LDIFRecord -> Maybe LDIFRecordSource

Calculate difference between two LDIF Records

compareLDIF :: LDIF -> LDIF -> ([LDIFRecord], [LDIFRecord])Source

Compare two LDIFs and provide list of the Records for each input LDIF, which are different or not present in the other LDIF.