Sample of Deleting a User

This section shows a sample of the events when deleting John Doerr from eDirectory.

In this section:


Delete 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>
<delete class-name="User"
event-id="MYSERVER-NDS#20040603195215#1#6"
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="1086292335#6">
<association state="associated">BB888BB0C35D13EC87256EA8006296CE</association>
</delete>
</input>
</nds>

Delete 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>
<delete class-name="Person"
delete-windows-user="false" deny-access-group-id="7EFB951A3574521F87256E540001F140"
event-id="MYSERVER-NDS#20040603195215#1#6"
immediate="true" mail-file-action="MAILFILE_DELETE_ALL" 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="1086292335#6">
<association state="associated">BB888BB0C35D13EC87256EA8006296CE</association>
</delete>
</input>
</nds>