Home | Trees | Indices | Help |
|
---|
|
LDAPProtocolOp --+ | LDAPProtocolRequest --+ | pureber.BERBase --+ | | | pureber.BERStructured --+ | | | object --+ | | | | | _abcoll.Sized --+ | | | | | object --+ | | | | | | | _abcoll.Iterable --+ | | | | | object --+ | | | | | | | _abcoll.Container --+ | | | | | _abcoll.Sequence --+ | | | | | _abcoll.MutableSequence --+ | | | | | UserList.UserList --+ | | | pureber.BERSequence --+ | LDAPModifyRequest
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
|
|||
Inherited from |
|
|||
tag = 70 hash(x) |
|||
object = None hash(x) |
|||
modification = None hash(x) |
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|
Initialize the object Example usage: l = LDAPModifyRequest( object='cn=foo,dc=example,dc=com', modification=[ BERSequence([ BEREnumerated(0), BERSequence([ LDAPAttributeDescription('attr1'), BERSet([ LDAPString('value1'), LDAPString('value2'), ]), ]), ]), BERSequence([ BEREnumerated(1), BERSequence([ LDAPAttributeDescription('attr2'), ]), ]), ]) But more likely you just want to say: mod = delta.ModifyOp('cn=foo,dc=example,dc=com', [delta.Add('attr1', ['value1', 'value2']), delta.Delete('attr1', ['value1', 'value2'])]) l = mod.asLDAP()
|
str(x)
|
repr(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jan 14 12:41:55 2016 | http://epydoc.sourceforge.net |