|
The Advanced Server will do pass through authentication. The network logon request will be sent to an Advanced Server in the specified Trusted Domain. 这个服务器将传递认证过程,网络登陆要求将被发往这个信赖域的域控制器。 The Trusted Domain Advanced Server checks its own Domain database for a matching account. 这个信赖域的域控制器检查自己的SMB有没有匹配的 用户账号 If it finds a matching account then 如果找到了匹配的用户账号 It looks to see if the Account is a Local or Global Account. 查询这个账号是本地组还是全局组 If the Account is Local then 如果这个账号是本地组账号 Guest permissions on the Original Server are tested. 最初的 服务器进行GUEST权限验证 If the Guest account is Enabled 如果GUEST账号是被激活 The Command Completed Successfully. 命令执行成功 If the Guest account is Disabled 如果GUEST账号是禁止的 * See Note A. User is prompted for a password. 提示用户输入密码 System error 1326 has occurred. Logon failure: unknown user name or bad password. 系统错误提示1326。登陆失败:未知的用户名或者错误的 密码。 End If the Account is Global 如果这个账号是全局组账号 The SMB password is compared to the Domain Database password. 利用SMB会话中包含的密码和DOMAIN SAM中储存的 用户密码进行比较 If the password matches then 如果密码匹配 The Command Completed Successfully. 命令执行成功 * See Note B. If the password does NOT match then 如果密码不匹配 User is prompted for a password. 提示用户输入密码 It is retested as above. 重新进行以上验证 System error 1326 has occurred. Logon failure: unknown user name or bad password. 系统错误提示1326。登陆失败:未知的用户名或者错误的 密码。 End If it does NOT find the account in the Trusted domain database then 如果在信任域的SAM中没有找到用户账号 Guest permissions are tested on the ORIGINAL Advanced Server -NOT the Trusted Advanced Server. * See Note C. 最初的 服务器(而不是信任域服务器)进行GUEST权限验证 If the Guest account is Enabled User will have original server guest access. 用户获得最初服务器的GUEST权限 The Command Completed Successfully. If the Guest account is Disabled * See Note A. User is prompted for a password. System error 1326 has occurred. Logon failure: unknown user name or bad password. End 三如果SMB中的域信息对于高级服务器来说是未知的。(域说明存在但是不是目标服务器所信赖的域) If the Domain specified in the SMB is UNKNOWN by the Advanced Server. [A Domain was specified but it was not recognized by the Server as a Trusted Domain or its own.] It will check its own Domain Account Database for a matching account 它从自己的 DOMAIN SAM 中寻找匹配的 用户账号 If the Advanced Server finds a matching account then 如果找到匹配的 用户账号 The SMB password is compared to the Domain Database password. 利用SMB会话中包含的密码和DOMAIN SAM中储存的 用户密码进行比较 If the password matches then 如果密码匹配 The Command Completed Successfully. If t (责任编辑:编程世界) |
