getNDSName

Returns what the eDirectory name is for an existing NSS storage pool.

Request

<getNDSName>
   <poolName/>
</getNDSName>

Reply

<getNDSName>
   <ndsName/>
   <context/>
   <result value=" ">
      <description/>
   </result>
</getNDSName>

Elements

poolName

Specifies the name of the pool for which to find the eDirectory name.

ndsName

Specifies the name of the eDirectory pool object that represents the NSS storage pool.

context

Specifies the eDirectory context of the returned ndsName.

result

Specifies an error value or 9 (for no error).

description

Specifies a text description of the result.

Example

A nssRequest packet to return the eDirectory name is as follows:

<nssRequest>
   <pool>
      <getNDSName>
         <poolName>SYS</poolName>
      </getNDSName>
   </pool>
</nssRequest>

A nssReply packet to the get name command follows:

<nssReply>
   <pool>
      <getNDSName>
         <ndsName>MYSERVER_SYS_POOL</ndsName>
         <context>\MYSERVER_TREE\novell</context>
         <result value="0">
            <description/>success</description>
         </result>
      </getNDSName>
   </pool>

   <result value="0">
      <description/>zOK</description>
   </result>
</nssReply>