module documentation

Undocumented

Class LDIFDelta Undocumented
Class LDIFDeltaAddMissingAttributesError Add operation needs to have at least one attribute type and value.
Class LDIFDeltaDeleteHasJunkAfterChangeTypeError Delete operation takes no attribute types or values.
Class LDIFDeltaMissingChangeTypeError LDIF delta entry has no changetype.
Class LDIFDeltaModificationDifferentAttributeTypeError The attribute type for the change is not the as in the mod-spec header line.
Class LDIFDeltaModificationMissingEndDashError LDIF delta modification has no ending dash.
Class LDIFDeltaUnknownChangeTypeError LDIF delta entry has an unknown changetype.
Class LDIFDeltaUnknownModificationError LDIF delta modification has unknown mod-spec.
Function fromLDIFFile Read LDIF data from a file.
Constant IN_ADD_ENTRY Undocumented
Constant IN_DELETE Undocumented
Constant IN_MOD_SPEC Undocumented
Constant WAIT_FOR_CHANGETYPE Undocumented
Constant WAIT_FOR_MOD_SPEC Undocumented
def fromLDIFFile(f): (source)

Read LDIF data from a file.

IN_ADD_ENTRY: bytes = (source)

Undocumented

Value
b'IN_ADD_ENTRY'
IN_DELETE: bytes = (source)

Undocumented

Value
b'IN_DELETE'
IN_MOD_SPEC: bytes = (source)

Undocumented

Value
b'IN_MOD_SPEC'
WAIT_FOR_CHANGETYPE: bytes = (source)

Undocumented

Value
b'WAIT_FOR_CHANGETYPE'
WAIT_FOR_MOD_SPEC: bytes = (source)

Undocumented

Value
b'WAIT_FOR_MOD_SPEC'