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

Safe HaskellSafe-Inferred

Text.LDIF.Printer

Description

LDIF serializers

Synopsis

Documentation

ldif2str :: LDIF -> ByteStringSource

Serialize LDIF in LDIF Format

ver2str :: Maybe ByteString -> [ByteString]Source

Serialize version to LDIF Format Lines

dn2str :: DN -> ByteStringSource

Serialize DN to LDIF Format

record2str :: LDIFRecord -> ByteStringSource

Serialize Content Record in LDIF Format