Sample of Moving a User

This section shows a sample of the events when moving John Doerr from the OU=sales to OU=mktg in eDirectory. Refer to Move/Rename for more information.

In this section:


Move Event Produced by the DirXML Engine

<nds dtdversion="2.0" ndsversion="8.x"> 
<source>
<product version="2.0.5.38 ">DirXML</product>
<contact>Novell, Inc.</contact>
</source>
<input>
<move class-name="User"
event-id="MYSERVER-NDS#20040603175500#1#1"
old-src-dn="\mytree\DirXML\Notes\Users\sales\John Doerr"

qualified-old-src-dn="O=DirXML\OU=Notes\OU=Users\OU=sales\CN=John Doerr"
 
qualified-src-dn="O=DirXML\OU=Notes\OU=Users\OU=mktg\CN=John Doerr"
src-dn="\mytree\DirXML\Notes\Users\mktg\John Doerr"
src-entry-id="38727"
timestamp="1086285300#1">
<association state="associated">BB888BB0C35D13EC87256EA8006296CE</association>
<parent qualified-src-dn="O=DirXML\OU=Notes\OU=Users\OU=mktg"
src-dn="\mytree\DirXML\Notes\Users\mktg" src-entry-id="36691"/>
</move>
</input>
</nds>

Move Event Received by the Notes Driver Shim

The required attributes are shown in bold. The optional attributes are shown in italics.

<nds dtdversion="2.0" ndsversion="8.x"> 
<source>
<product version="2.0.5.38 ">DirXML</product>
<contact>Novell, Inc.</contact>
</source>
<input>
<move certifier-name="/mktg/dirxml"
class-name="Person"
drv-param-cert-id="mktg-cert-id-file" drv-param-cert-pwd="mktg-cert-id-password" drv-param-old-cert-id="sales-cert-id-file" drv-param-old-cert-pwd="sales-cert-id-password"
event-id="MYSERVER-NDS#20040603175500#1#1"
old-src-dn="\mytree\DirXML\Notes\Users\sales\John Doerr"
qualified-old-src-dn="O=DirXML\OU=Notes\OU=Users\OU=sales\CN=John Doerr"
qualified-src-dn="O=DirXML\OU=Notes\OU=Users\OU=mktg\CN=John Doerr"
src-dn="\mytree\DirXML\Notes\Users\mktg\John Doerr"
src-entry-id="38727"
tell-adminp-process="tell adminp process all"
timestamp="1086285300#1">
<association state="associated">BB888BB0C35D13EC87256EA8006296CE</association>
<parent qualified-src-dn="O=DirXML\OU=Notes\OU=Users\OU=mktg"
src-dn="\mytree\DirXML\Notes\Users\mktg" src-entry-id="36691"/>
</move>
</input>
</nds>