Auditing User AuthenticationLast reviewed: March 19, 1998Article ID: Q174073 |
The information in this article applies to:
SUMMARYThis article contains tips for interpreting security auditing events related to user authentication. These events will all appear in the Security event log and will be logged with a source of Security.
MORE INFORMATION
EventID Description
------- -----------
514 An authentication package has been loaded by the LSA
515 A trusted logon process has registered with the LSA
518 A notification package has been loaded by the Security
Account Manager
528 Successful Logon
529 Logon Failure: Unknown user name or bad password
530 Logon Failure: Account logon time restriction violation
531 Logon Failure: Account currently disabled
532 Logon Failure: The specified user account has expired
533 Logon Failure: User not allowed to logon at this computer
534 Logon Failure: The user has not been granted the requested
logon type at this machine
535 Logon Failure: The specified account's password has expired
536 Logon Failure: The NetLogon component is not active
537 Logon Failure: An unexpected error occurred during logon
538 User Logoff
539 Logon Failure: Account locked out
For more information security events, please see the following article in
the Microsoft Knowledge Base:
ARTICLE-ID: 174074 TITLE : Security Event Descriptions Security Identifiers (SIDs)Some security events report SIDs instead of user names. In this case, it is often difficult to determine which user account is being referred to in the event. It is possible to build a list of mappings of user names to SIDs by performing the following steps:
Logon Type"Logon Type" will be one of the following:2 Interactive 3 Network 4 Batch 5 Service 6 Proxy 7 Unlock Workstation (0 & 1 are invalid) Logon Process"Logon Process" will be one of the following:
"msv1_0" or "MICROSOFT_AUTHENTICATION_PACKAGE_V1_0":
msv1_0.dll, the default authentication package
"KSecDD":
ksecdd.sys, the security device driver
"User32" or "WinLogon\MSGina":
winlogon.exe & msgina.dll, the authentication user interface
"SCMgr":
The Service Control Manager
"LAN Manager Workstation Service"
"advapi"
API call to LogonUser
User RightsFor more detail on user rights, please see the following Microsoft Knowledge Base article:
ARTICLE-ID: Q101366 TITLE : Definition and List of Windows NT Advanced User RightFor more information on auditing user right changes, please see the following Microsoft Knowledge Base article:
ARTICLE-ID: Q163905 TITLE : Auditing User Right Assignment Changes Supplemental InformationFor more information on user authentication, please see the following Microsoft Knowledge Base article:
ARTICLE-ID: Q102716 TITLE : User Authentication with Windows NTFor more information on authentication on networks, see:
ARTICLE-ID: Q122422 TITLE : Example of Remote Logon with Windows NT Server |
Additional query words: secevent sec
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |