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

Text.LDIF.Parser

Synopsis

Documentation

parseLDIFStr :: String -> Either ParseError LDIFSource

Parse string as LDIF content and return LDIF or ParseError

parseLDIFFile :: String -> IO (Either ParseError LDIF)Source

Read and parse provided file and return LDIF or ParseError

parseDNStr :: String -> Either ParseError DNSource

Parse string as DN and return DN type or ParseError