AD 帐户锁定

AD 帐户锁定

活动目录帐户出现问题,一直被锁定。

已采取以下故障排除步骤:1. 清除凭据管理器 -> 控制面板中的所有密码 2. 清除存储的用户名和密码 -> rundll32 keymgr.dll,KRShowKeyMgr 中的所有密码 3. 检查客户端的 PC 时间以确保与 DC 匹配

日志:

TimeCreated:2018 年 1 月 24 日下午 1:40:59 ProviderName:Microsoft-Windows-Security-Auditing Id:4625 消息:帐户登录失败。

           Subject:
            Security ID:            S-1-5-18
            Account Name:           *********
            Account Domain:         *********
            Logon ID:               0x3E7

           Logon Type:                      2

           Account For Which Logon Failed:
            Security ID:            S-1-0-0
            Account Name:           *********
            Account Domain:         EWNZ

           Failure Information:
            Failure Reason:         Account locked out.
            Status:                 0xC0000234
            Sub Status:             0x0

           Process Information:
            Caller Process ID:      0x9c8
            Caller Process Name:    C:\Windows\System32\svchost.exe

           Network Information:
            Workstation Name:       *********
            Source Network Address: 127.0.0.1
            Source Port:            0

           Detailed Authentication Information:
            Logon Process:          User32
            Authentication Package: Negotiate
            Transited Services:     -
            Package Name (NTLM only):       -
            Key Length:             0

           This event is generated when a logon request fails. It is generated on the computer where access was
           attempted.

           The Subject fields indicate the account on the local system which requested the logon. This is most
           commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe.

           The Logon Type field indicates the kind of logon that was requested. The most common types are 2
           (interactive) and 3 (network).

           The Process Information fields indicate which account and process on the system requested the logon.

           The Network Information fields indicate where a remote logon request originated. Workstation name is
           not always available and may be left blank in some cases.

           The authentication information fields provide detailed information about this specific logon request.
            - Transited services indicate which intermediate services have participated in this logon request.
            - Package name indicates which sub-protocol was used among the NTLM protocols.
            - Key length indicates the length of the generated session key. This will be 0 if no session key was
           requested.

TimeCreated:2018 年 1 月 24 日下午 1:40:41 ProviderName:Microsoft-Windows-Security-Auditing Id:4625 消息:帐户登录失败。

           Subject:
            Security ID:            S-1-5-18
            Account Name:           *********
            Account Domain:         *********
            Logon ID:               0x3E7

           Logon Type:                      2

           Account For Which Logon Failed:
            Security ID:            S-1-0-0
            Account Name:           *********
            Account Domain:         *********

           Failure Information:
            Failure Reason:         Account locked out.
            Status:                 0xC0000234
            Sub Status:             0x0

           Process Information:
            Caller Process ID:      0x9c8
            Caller Process Name:    C:\Windows\System32\svchost.exe

           Network Information:
            Workstation Name:       *********
            Source Network Address: 127.0.0.1
            Source Port:            0

           Detailed Authentication Information:
            Logon Process:          User32
            Authentication Package: Negotiate
            Transited Services:     -
            Package Name (NTLM only):       -
            Key Length:             0

           This event is generated when a logon request fails. It is generated on the computer where access was
           attempted.

           The Subject fields indicate the account on the local system which requested the logon. This is most
           commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe.

           The Logon Type field indicates the kind of logon that was requested. The most common types are 2
           (interactive) and 3 (network).

           The Process Information fields indicate which account and process on the system requested the logon.

           The Network Information fields indicate where a remote logon request originated. Workstation name is
           not always available and may be left blank in some cases.

           The authentication information fields provide detailed information about this specific logon request.
            - Transited services indicate which intermediate services have participated in this logon request.
            - Package name indicates which sub-protocol was used among the NTLM protocols.
            - Key length indicates the length of the generated session key. This will be 0 if no session key was
           requested.

答案1

您的某个服务似乎使用了错误的凭据。请检查 services.msc,确保以域用户身份运行的所有服务都具有适当的凭据。

@Clayton 还指出它也可能是一个计划任务(svchost 非常混淆!)

相关内容