getDomainConfiguration

Returns the CIFS configuration information for the domain.

Request

<getDomainConfiguration>
   <domain/>
   <unp/>
   <user/>
   <password/>
</getDomainConfiguration>

Reply

<getDomainConfiguration>
   <domainName/>
   <comment/>
   <pdc/>
   <group/>
   <sid/>
   <nextRID/>
   <epoch/>
   <result value=" ">
      <description/>
   </result>
</getDomainConfiguration>

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.

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.

domainName

Specifies the NetBios name that was advertised by the domain.

comment

(Optional) Specifies any description of text associated with the domain.

pdc

Specifies the distinguished name of the PDC server object.

group

Specifies the DN of the domain controller group object.

sid

Specifies the SID for the domain.

nextRID

Specifies the next RID value that is not reserved yet.

epoch

Specifies the epoch number for this domain.

result

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

description

Specifies a text description of the result.