Package ldaptor :: Package protocols :: Package ldap :: Module ldif
[hide private]
[frames] | no frames]

Module ldif

source code

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

Functions [hide private]
 
base64_encode(s) source code
 
attributeAsLDIF_base64(attribute, value) source code
 
containsNonprintable(s) source code
 
attributeAsLDIF(attribute, value) source code
 
asLDIF(dn, attributes) source code
 
header() source code
 
manyAsLDIF(objects) source code