ldif-0.0.6: The LDAP Data Interchange Format (LDIF) parser

Text.LDIF.Utils

Description

LDIF related operations

Synopsis

Documentation

findRecordsByDN :: LDIF -> DN -> [LDIFRecord]Source

Find all Contents with given DN

findRecordByDN :: LDIF -> DN -> Maybe LDIFRecordSource

Find first Content with given DN

isDNPrefixOf :: DN -> DN -> BoolSource

Check if the dn1 is prefix of dn2

isDummyRecord :: LDIFRecord -> BoolSource

Change record without any impact