2.2.2.24 mapping_recordW
This type is used to define a single account map when returned as output from the map enumeration procedure. For more details, see section 2.2.3.3.
-
struct mapping_recordW { MapSvrUnicodeNameString WindowsAccountName; MapSvrUnicodeNameString UnixAccountName; long ID; };
WindowsAccountName: A MapSvrUnicodeNameString (section 2.2.2.3) that contains the name of the Windows user or group account in the enumeration. The length of the string MUST NOT exceed 256 bytes. The account name MUST be in the form "DOMAIN\NAME".
UnixAccountName: A MapSvrUnicodeNameString that contains the name of the UNIX user or group account in the enumeration. The length of the string MUST NOT exceed 256 bytes.
ID: An XDR-encoded, 32-bit signed integer that contains the UNIX user ID or group ID for UnixAccountName, as specified by PrincipalType in the request (section 2.2.5.11).