getServerConfiguration

Returns CIFS configuration information for the server.

Request

<getServerConfiguration>
   <server/>
   <tree/>
</getServerConfiguration>

Reply

<getServerConfiguration>
   <cifsServerName/> 
   <comment/>
   <winsIPAddress/>
   <authMode/>
   <groupName/>
   <pdcName/>
   <pdcIPAddress/>
   <attachIPAddresses>
      <ipAddress/>
   </attachIPAddresses>
   <isVirtual/>
   <isOnline/>
   <dfs/>
   <oplocks/>
   <smbSignatureMode/>
   <lmCompatibilityLevel/>
   <cifsProxyUserInfo/>
   <loginScripts/>
   <shareVolsByDefault/>
   <domain/>
   <beginRID/>
   <endRID/>
   <result value=" ">
      <description/>
   </result> 
</getServerConfiguration>

Elements

server

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

tree

(Optional) Specifies the name of the eDirectory tree that contains the server. The default is the tree of the physical server.

cifsServerName

Specifies the NetBios name advertised by the server.

comment

(Optional) Specifies a text string associated with the CIFS server.

winsIPAddress

(Optional) Specifies the WINS server IP address in dotted ASCII notation. For example, 137.65.67.72.

authMode

Specifies the authentication mode:

  • local
  • domain
  • domainMember
  • domainController

The domain mode means the domain pass-through mode.

groupName

Specifies the workgroup (if in local mode) or the domain name.

pdcName

Specifies the NetBios name of the primary domain controller. Optional if the mode element specifies local, domainMember, or domainController.

pdcIPAddress

Specifies the IP address (in dotted ASCII notation) of the primary domain controller. Optional if the mode element is local, domainMember, or domainController.

attachIPAddresses

(Optional) Specifies the attach IP addresses that are currently assigned to the server.

isVirtual

(Optional) Specifies that the server is a cluster virtual server.

isOnline

(Optional) Specifies that the server is currently loaded and online.

dfs

(Optional) Specifies that CIFS is enabled for distributed file system support.

oplocks

(Optional) Specifies that CIFS is enabled for Oplocks support.

smbSignatureMode

Specifies the SMB signing supports message authentication, which prevents active message attacks.

lmCompatibilityLevel

Specifies the NTLM compatibility level that CIFS server is configured to use.

cifsProxyUserInfo

Specifies the CIFS proxy user name for the CIFS server.

loginScripts

(Optional) Specifies that CIFS is enabled for login script support.

shareVolsByDefault

(Optional) Specifies that the server exports all mounted volumes as shares by default. The server also exports any explicitly defined shares.

domain

(Optional) Specifies the distinguished name of the domain object. Valid only if the mode element is domainController or domainMember.

beginRID

(Optional) Specifies the beginning value in the range of reserved RID values for a domain controller. Valid only if the mode element is domainController.

endRID

(Optional) Specifies the ending value in the range of reserved RID values for a domain controller. Valid only if the mode element is domainController.

result

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

description

Specifies a text description of the result.