ldif-0.0.7: 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

lookupAttr :: String -> [AttrValue] -> Maybe ValueSource

Find fist Attribute within attributes pairs list

filterAttr :: String -> [AttrValue] -> [AttrValue]Source

Filter Attribute Value list according Attribute name

isDummyRecord :: LDIFRecord -> BoolSource

Change record without any impact