Home | Trees | Index | Help |
|
---|
Package ldaptor :: Package protocols :: Package ldap :: Module ldifdelta |
|
Classes | |
---|---|
LDIFDelta |
Exceptions | |
---|---|
LDIFDeltaAddMissingAttributesError |
Add operation needs to have atleast one attribute type and value. |
LDIFDeltaDeleteHasJunkAfterChangeTypeError |
Delete operation takes no attribute types or values. |
LDIFDeltaMissingChangeTypeError |
LDIF delta entry has no changetype. |
LDIFDeltaModificationDifferentAttributeTypeError |
The attribute type for the change is not the as in the mod-spec header line. |
LDIFDeltaModificationMissingEndDashError |
LDIF delta modification has no ending dash. |
LDIFDeltaUnknownModificationError |
LDIF delta modification has unknown mod-spec. |
Function Summary | |
---|---|
Read LDIF data from a file. |
Variable Summary | |
---|---|
str |
IN_ADD_ENTRY = 'IN_ADD_ENTRY'
|
str |
IN_DELETE = 'IN_DELETE'
|
str |
IN_MOD_SPEC = 'IN_MOD_SPEC'
|
str |
WAIT_FOR_CHANGETYPE = 'WAIT_FOR_CHANGETYPE'
|
str |
WAIT_FOR_MOD_SPEC = 'WAIT_FOR_MOD_SPEC'
|
Function Details |
---|
fromLDIFFile(f)Read LDIF data from a file. |
Variable Details |
---|
IN_ADD_ENTRY
|
IN_DELETE
|
IN_MOD_SPEC
|
WAIT_FOR_CHANGETYPE
|
WAIT_FOR_MOD_SPEC
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Aug 17 17:08:20 2004 | http://epydoc.sf.net |