Move Destination Object

Causes an object in the destination datastore to be moved.

Fields

Class Name

(Optional) Specify the class name of the object to move into the destination data store. Supports variable expansion. For more information, see Variable Selector.

Mode

Select whether this action should be added to, before, or after the current operation, or written directly to the destination data store.

Object to Move

Select the object to be moved. This object can be the current object, or can be specified by a DN or an association.

Container to Move to

Select the container to receive the object. This container is specified by a DN or an association.

DN or Association

Specify whether the DN or association of the container is used.

IMPORTANT:When using this action in a policy on the Subscriber channel, do not use DN to specify the container to which you want to move the object. Instead, use association.

Example

The example contains a single rule that disables a user’s account and moves it to a disabled container when the Description attribute indicates it is terminated. The policy is named Disable User Account and Move When Terminated, and it is available for download from the NetIQ Support Web site. For more information, see XPath 1.0 Expressions in the NetIQ Identity Manager Understanding Policies Guide. To view this policy in XML, see 005-Command-DisableMoveOnTermination.

Policy to disable a user upon termination
Move destination object

The policy checks to see if it is a modify event on a User object and if the attribute Description contains the value of terminated. If that is the case, then it sets the attribute of Login Disabled to True and moves the object into the User\Disabled container.