2.2.5.17 GETUNIXCREDSFROMNTGROUPNAMEW_PROC (PROC 16)

This procedure is the wide character counterpart to GETUNIXCREDSFROMNTGROUPNAME_PROC. The request and response packets are identical to GETUNIXCREDSFROMNTGROUPNAME_PROC, except that the MapSvrMBCSNameString data type is replaced with a MapSvrUnicodeNameString type in the byte stream.

 unix_credsW
 GETUNIXCREDSFROMNTGROUPNAMEW_PROC(
 windows_accountW WindowsGroupAccountName
 );

WindowsGroupAccountName: A Windows group to use as the account name in the search criteria.

Return Value: A unix_credsW record that contains the mapped UNIX group account details for the specified Windows account name. Whenever the lookup request for a specified Windows account fails to find a corresponding UNIX account map, the User Name Mapping Protocol server MUST return a SUNRPC status of MSG_ACCEPTED with an accept status of SUCCESS. It MUST also return a zero-length string in the UnixAccountName member of the returned structure.