module documentation

Support for writing a set of directory entries as LDIF. You probably want to use this only indirectly, as in str(LDAPEntry(...)). TODO support writing modify operations TODO support reading modify operations TODO implement rest of syntax from RFC2849

Function asLDIF Undocumented
Function attributeAsLDIF Undocumented
Function attributeAsLDIF_base64 Undocumented
Function base64_encode Undocumented
Function containsNonprintable Undocumented
Function manyAsLDIF Undocumented
Function _header Undocumented
def asLDIF(dn, attributes): (source)

Undocumented

def attributeAsLDIF(attribute, value): (source)

Undocumented

def attributeAsLDIF_base64(attribute, value): (source)

Undocumented

def base64_encode(s): (source)

Undocumented

def containsNonprintable(s): (source)

Undocumented

def manyAsLDIF(objects): (source)

Undocumented

def _header(): (source)

Undocumented