__init__ (
self,
client,
object,
vals,
)
Request deletion of LDAP attributes.
object is a string represetation of the object DN.
vals is a list of (type, vals) pairs, where
type is a string
vals is a list of values to remove. Additionally, vals can be
an empty list or can be left out in order to remove all
values.
|