-
Notifications
You must be signed in to change notification settings - Fork 137
AUTH Audit Event
Endi S. Dewata edited this page May 31, 2023
·
3 revisions
The AUTH
audit event is generated when authentication succeeds or fails. In case of SSL client authentication, only webserver env can pick up the SSL violation; CS authMgr can pick up certificate mis-match, so this event is used.
Properties:
-
Outcome
:Success
orFailure
-
SubjectID
: subject ID or$Unidentified$
in case of failure -
AuthMgr
: the authentication manager instance name that handle the authentication -
AttemptedCred
: the credential attempted and failed
In PKI 10.5 the AUTH_SUCCESS
and AUTH_FAIL
events have been merged into AUTH
event.
Use PKI CLI to authenticate with the correct password:
$ pki -u caadmin -w Secret.123 ca-user-find
The server will generate the following events:
[AuditEvent=AUTH][SubjectID=caadmin][Outcome=Success][AuthMgr=passwdUserDBAuthMg r] authentication success
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |