2.2.2.19 unix_credsW

This type is used to specify UNIX account details returned as a result of a lookup operation on the server. For more details, see sections 2.2.5.14, 2.2.5.17, and 2.2.5.18.

 struct unix_credsW {
     MapSvrUnicodeNameString UnixAccountName;
     long ID;
     long GIDArray<MAXGIDS>;
 };

UnixAccountName: A MapSvrUnicodeNameString (section 2.2.2.3) that contains the name of the mapped UNIX account. The length of the string MUST NOT exceed 256 bytes.

ID: An XDR-encoded, 32-bit signed integer that contains the UNIX user ID for UnixAccountName.

GIDArray: An array of XDR-encoded, 32-bit signed integers that contains the group IDs for UnixAccountName. The maximum size of this array is MAXGIDS.