AUTH_FAIL Audit Event - dogtagpki/pki GitHub Wiki
The AUTH_FAIL
audit event is generated when authentication fails (in case of SSL-client auth, only webserver env can pick up the SSL violation; CS authMgr can pick up certificate mis-match, so this event is used).
Properties:
-
Outcome
should always beFailure
in this event (obviously, if authentication failed, you won’t have a validSubjectID
, so in this case,SubjectID
should be$Unidentified$
) -
AuthMgr
must be the authentication manager instance name that did this authentication -
AttemptedCred
must be the credential attempted and failed
Note: In PKI 10.5 this event is renamed to AUTH
.
Start PKI console and login with a wrong password.
The server will generate the following events:
[AuditEvent=AUTH_FAIL][SubjectID=$Unidentified$][Outcome=Failure][AuthMgr=passwd UserDBAuthMgr][AttemptedCred=caadmin] authentication failure