addShare

Creates a CIFS share on the server.

Request

<addShare>
   <server/>
   <tree/>
   <shareName/>
   <pathName/>
   <comment/>
</addShare>

Reply

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

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.

shareName

Specifies the NetBios name to give to the new share.

pathName

Specifies the full path of the new share. For example, sys:/system.

comment

(Optional) Specifies a description of the new share.

result

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

description

Specifies a text description of the result.