do-move-src-object

Moves an object in the source data store. If two arguments are provided then the object identified by the first argument is moved to the container identified by the second argument. If only a single argument is provided, then the current object is moved to the container identified by the single argument.

Example

<do-move-src-object> <arg-dn>  <token-text>Users/Active/FredFlintstone</token-text> </arg-dn>  <arg-dn>  <token-text>Users/InActive</token-text>  </arg-dn> </do-move-src-object>

Allowed Content

Element

Description

arg-dn

DN argument.

arg-association

Association argument.

Attributes

Attribute

Possible Values

Default Value

class-name

CDATA

Class name of target object.

Supports variable expansion.

#IMPLIED

disabled

true | false

True if this element is disabled.

false

notrace

true | false

True if this element should not be traced during execution of the policy.

false

Content Rule

(( arg-dn | arg-association ) ? , ( arg-dn | arg-association ) )

Parent Elements

Element

Description

actions

Actions that are performed by a <rule>.

arg-actions

Actions argument.