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

Module ldaptor.protocols.ldap.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
  fromLDIFFile(f)
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

Type:
str
Value:
'IN_ADD_ENTRY'                                                         

IN_DELETE

Type:
str
Value:
'IN_DELETE'                                                            

IN_MOD_SPEC

Type:
str
Value:
'IN_MOD_SPEC'                                                          

WAIT_FOR_CHANGETYPE

Type:
str
Value:
'WAIT_FOR_CHANGETYPE'                                                  

WAIT_FOR_MOD_SPEC

Type:
str
Value:
'WAIT_FOR_MOD_SPEC'                                                    

Generated by Epydoc 2.1 on Tue Aug 17 17:08:20 2004 http://epydoc.sf.net