modifyShare

Modifies all or a portion of the CIFS user context search list.

Request

<modifyShare>
   <server/> 
   <tree/>
   <shareName/>
   <newShareName/>
   <pathName/>
   <comment/>
</modifyShare>

Reply

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

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. Defaults to the tree of the physical server.

shareName

Specifies the share NetBios name that is advertised by CIFS. The share name is returned for both the basic and all type.

newShareName

(Optional) Specifies the new name of the share.

pathName

(Optional) Specifies the share path name. For example, sys:\system\.

comment

(Optional) Specifies a text string associated with the share.

result

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

description

Specifies a text description of the result.