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

Safe HaskellSafe-Inferred

Text.LDIF.Parser

Synopsis

Documentation

preproc :: ByteString -> (ByteString, PosTable)Source

Preprocessing of LDIF file, concat wrapped lines and remove comment lines

defaulLDIFConf :: LDIFParserConfigSource

Default configuration for parser (Any LDIF Type, Case Sensitive)

data LDIFParserConfig Source

LDIF Parser configuration

Constructors

LDIFParserConfig

Parse as Case Sensitive LDIF

Fields

lpExpectedType :: Maybe LDIFType

Type of LDIF expected

lpCaseSensitive :: Bool