setDomainConfiguration

Updates CIFS configuration information for the domain. If this command is used to set a new PDC for the domain, the new PDC must already be a domain controller that is participating in the domain.

Request

<setDomainConfiguration>
   <domain/>
   <pdc/>
   <comment/>
   <unp/>
   <user/>
   <password/>
</setDomainConfiguration>

Reply

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

Elements

domain

(Optional) Specifies the distinguished name of the eDirectory domain 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 domain object that is associated with the CIFS server that is being talked to.

pdc

(Optional) Specifies the eDirectory name (in typeless, distinguished-name format) of the NCP server object that is configured as the PDC of the domain.

comment

(Optional) Specifies a text string that is associated with the domain.

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.