do-clear-src-attr-value

Removes all values for the named attribute from an object in the source data store. The target object is specified by either <arg-dn> or <arg-association> if specified, or by the current object if not specified.

Example

<do-clear-src-attr-value name="Member">  <arg-dn>  <token-text>Users/ManagerGroup</token-text>  </arg-dn> </do-clear-src-attr-value>

Allowed Content

Element

Description

arg-dn

DN argument.

arg-association

Association argument.

Attributes

Attribute

Possible Values

Default Value

class-name

CDATAClass name of the object to modify.Can be required (for schema mapping purposes) if object is other than the current object.

#IMPLIED

disabled

true | falseTrue if this element is disabled.

false

name

CDATAName of the attribute.

#REQUIRED

notrace

true | falseTrue if this element should not be traced during execution of the policy.

false

Content Rule

( arg-dn | arg-association ) ?

Parent Elements

Element

Description

actions

Actions that are performed by a <rule>.

arg-actions

Actions argument.