2.2.2.14 windows_account

This type is used to specify a Windows account name in MBCS format used to search for the corresponding UNIX account information. For more details, see sections 2.2.5.3 and 2.2.5.9.

 struct windows_account {
     MapSvrMBCSNameString WindowsAccountName;
 };

WindowsAccountName: A MapSvrMBCSNameString (section 2.2.2.2) that MUST contain the name of the Windows account in the "DOMAIN\NAME" format to use as the search criterion. Windows user account and group account name constraints are specified in [MSFT-SFUPerms], and Windows domain naming conventions are specified in [MSFT-ADNaming]. The length of the string MUST NOT exceed 256 bytes.