move
Used as an event notification from the PublicationShim to Identity Manager when an object is
moved to a different container in the application. When used as a notification, an <association> is
required. Also used as a command from Identity Manager to the SubsciptionShim to move an object
to a different container in the application. When used as a command, an <association> is required
and is the unique key of the object to move.
Remarks
<move> contains a <parent> that specifies the new container. When used as a command, the
<parent> can contain an <association>. If it does not contain an association, the driver should not
attempt to move the object and should return a <status> level="warning".
A response to <move> should be a <status> indicating whether or not the <move> is processed
successfully.
Example
<move class-name="User" src-dn="\Users\Samuel" old-src-dn="\Samuel">
<association>1012</association>
<parent src-dn="\Users\">
<association>1013</association>
</parent>
</move>
Allowed Content
Element
association
parent
operation-data
Description
Unique key of the application object.
The parent or container of an object.
The operation adds additional custom data
NDS DTD
99
Need help?
Do you have a question about the IDENTITY MANAGER 3.6.1 - DTD REFERENCE 05-06-2009 and is the answer not in the manual?