do-set-src-attr-value

Adds the value specified by <arg-value> to the named attribute on an object in the source data store and all other values for that attribute are removed. The target object is specified by either <arg-dn> or <arg-association> if specified or by the current object otherwise.

Example

<do-set-src-attr-value name="OU"> <arg-value> <token-text>Sales</token-text> </arg-value></do-set-src-attr-value>

Allowed Content

Element

Description

arg-dn

DN argument.

arg-association

Association argument.

arg-value

Value argument.

Attributes

Attribute

Possible Values

Default Value

class-name

CDATA

Class name of object to modify.

Can be required (for schema mapping purposes) if object is other than the current object.

#IMPLIED

disabled

true | false

True if this element is disabled.

false

name

CDATA

Name 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 ) ? , arg-value )

Parent Elements

Element

Description

actions

Actions that are performed by a <rule>.

arg-actions

Actions argument.