removeTrustee

Removes a trustee from a file or directory.

Request

<trustees>
   <removeTrustee>
      <name/>
      <symlink/>
      <userID/>
      <fileName/>
      <nameSpace/>
   </removeTrustee>
</trustees>

Reply

<trustees>
   <removeTrustee>
      <result value=" ">
         <description/>
      </result>
   </removeTrustee>
</trustees>

Elements

(Optional) name

Optional if userID is mentioned. Specifies a full context name, including the tree name. The name can be delimited with either dots or slashes.

fileName

Specifies the file name on which to remove rights.

nameSpace

Specifies the name space of the file. nameSpace is an optional tag and is required only when the file name is specified as NSS path.

result

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

description

Specifies a text description of the result.

(Optional) symLink

Specifies not to follow the link.

userID

Optional if user name is mentioned. Specifies the unique NDS User GUID. If both the userID and user name are passed, both the values should refer to the same user.