Safe Haskell | Safe-Inferred |
---|
- parseLDIFStr :: LDIFParserConfig -> FilePath -> ByteString -> Either ParseError LDIF
- parseLDIFFile :: LDIFParserConfig -> FilePath -> IO (Either ParseError LDIF)
- parseDNStr :: LDIFParserConfig -> ByteString -> Either ParseError DN
- preproc :: ByteString -> (ByteString, PosTable)
- defaulLDIFConf :: LDIFParserConfig
- data LDIFParserConfig = LDIFParserConfig {}
Documentation
parseLDIFStr :: LDIFParserConfig -> FilePath -> ByteString -> Either ParseError LDIFSource
Parse LDIF content
parseLDIFFile :: LDIFParserConfig -> FilePath -> IO (Either ParseError LDIF)Source
Parse LDIF file
parseDNStr :: LDIFParserConfig -> ByteString -> Either ParseError DNSource
Parse DN
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
LDIFParserConfig | Parse as Case Sensitive LDIF |
|