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

Safe HaskellSafe-Inferred

Text.LDIF.Utils

Description

LDIF related operations

Synopsis

Documentation

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

Find all Contents with given DN

findRecordByDN :: LDIFCache -> DN -> Maybe LDIFRecordSource

Find first Content with given DN

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

Find fist Attribute within attributes pairs list

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

Filter Attribute Value list according Attribute name

isDummyRecord :: LDIFRecord -> BoolSource

Change record without any impact

isDNPrefixOf :: DN -> DN -> BoolSource

Check if the dn1 is prefix of dn2

ldif2ldifI :: LDIF -> LDIFSource

Make LDIF Values case-insensitive