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

Module ldifdelta

source code

Classes [hide private]
  LDIFDeltaMissingChangeTypeError
LDIF delta entry has no changetype.
  LDIFDeltaUnknownModificationError
LDIF delta modification has unknown mod-spec.
  LDIFDeltaModificationMissingEndDashError
LDIF delta modification has no ending dash.
  LDIFDeltaModificationDifferentAttributeTypeError
The attribute type for the change is not the as in the mod-spec header line.
  LDIFDeltaAddMissingAttributesError
Add operation needs to have atleast one attribute type and value.
  LDIFDeltaDeleteHasJunkAfterChangeTypeError
Delete operation takes no attribute types or values.
  LDIFDelta
Functions [hide private]
 
fromLDIFFile(f)
Read LDIF data from a file.
source code
Variables [hide private]
  WAIT_FOR_CHANGETYPE = 'WAIT_FOR_CHANGETYPE'
  WAIT_FOR_MOD_SPEC = 'WAIT_FOR_MOD_SPEC'
  IN_MOD_SPEC = 'IN_MOD_SPEC'
  IN_ADD_ENTRY = 'IN_ADD_ENTRY'
  IN_DELETE = 'IN_DELETE'