Module ldaptor.protocols.ldap.ldif
Support for writing a set of directory entries as LDIF. You probably
want to use this only indirectly, as in str(LDAPEntry(...)).
TODO support reading directory entries TODO support writing modify
operations TODO support reading modify operations
TODO implement rest of syntax from RFC2849
| Function Summary |
| |
asLDIF(dn,
attributes)
|
| |
attributeAsLDIF(attribute,
value)
|
| |
attributeAsLDIF_base64(attribute,
value)
|
| |
base64_encode(s)
|
| |
containsNonprintable(s)
|
| |
header()
|
| |
manyAsLDIF(objects)
|