2.2.2.10 unix_user_auth
This type is used to specify a UNIX account name (in MBCS format) and a password to retrieve the set of UNIX account details that correspond to the account. For more details, see section 2.2.5.4.
-
struct unix_user_auth { MapSvrMBCSNameString UnixUserAccountName; MapSvrMBCSNameString UnixUserAccountPassword; };
UnixUserAccountName: A MapSvrMBCSNameString (section 2.2.2.2) that contains the name of the UNIX user account to use as the search criterion. The length of this string MUST NOT exceed 128 bytes. POSIX user and group account name constraints are specified in [IEEE1003.1].
UnixUserAccountPassword: An XDR variable-length opaque data field, as defined in [RFC4506] section 4.10, that contains the password of the UNIX user account to use as the search criterion. The length of this field MUST NOT exceed 128 bytes. This string MUST be generated by a call to the POSIX crypt function, as specified in [IEEE1003.1] System Interfaces Volume (XSH) Chapter 3.