deleteDomain

Creates a new CIFS PDC domain in the eDirectory tree and designates the specified server as the starting PDC.

Request

<deleteDomain>
   <server/> 
   <domain/>
   <unp/>
   <user/>
   <password/>
</deleteDomain>

Reply

<deleteDomain>             
   <result value=" ">
      <description/>
   </result>
</deleteDomain>

Elements

server

(Optional) Specifies the distinguished name of the eDirectory server object (must be a fully distinguished name with a leading dot before the object name and a trailing dot after the tree name or an identifier of the object within the current tree). The default is the eDirectory object for the physical server.

domain

Specifies the eDirectory name (in typeless, distinguished-name format) of the new domain object that represents the domain to be added.

unp

(Optional) Specifies the NMAS-encrypted username and password that has rights to perform the operation at the specified context.

user

(Optional) Specifies the clear-text username of a user that has rights to perform the operation. The user element is present only if the unp element is not specified.

password

(Optional/Required if user is specified) Specifies the clear-text password of a user that has rights to perform the operation. The password element is present only if the unp element is not specified.

result

Specifies a zError or eDirectory value or 0 (for no error).

description

Specifies a text description of the result.