Logout Event
Valid on UNIX
capamsc141
Valid on UNIX
Logout events describe an attempt to log out from
Privileged Access Manager
or a Privileged Access Manager
protected host. Logout events are only supported on UNIX.
Privileged Access Manager
does not actually intercept logout. Instead, it assumes logout occurs when the last process for the session terminates.Audit records in this event have the following format:
Date Time Status Event UserName SessionID Details Reason Terminal AuditFlags
- DateIdentifies the date the event occurred.Format:DD MMM YYYYPrivileged Access ManagerEndpoint Management formats the date display according to your computer's settings.
- TimeIdentifies the time the event occurred.Format:HH:MM:SSPrivileged Access ManagerEndpoint Management formats the time display according to your computer's settings.
- StatusIndicates that a user logout occurred.Value:O (Logout)
- EventIdentifies the type of event this record belongs to.Privileged Access ManagerEndpoint Management refers to this field simply asEvent.
- UserNameIdentifies the name of the accessor that performed the action that triggered this event.
- SessionIDIdentifies the accessor's session ID.By default this field does not appear in a non-detailed seaudit output. To display this field in a non-detailed seaudit output, specify the -sessionid option in the seaudit command.
- DetailsIndicates at which stagePrivileged Access Managerdecided what action to take for this event.The audit record you see in a non-detailed seaudit output displays a number in this field. This number is known as the authorization stage code. In a detailed output or inPrivileged Access ManagerEndpoint Management, the audit record displays the message associated with the authorization stage code. For a complete list of stage codes, run seaudit -t.
- ReasonIndicates the reason thatPrivileged Access Managerwrote an audit record.This field does not display in a detailed seaudit output or inPrivileged Access ManagerEndpoint Management. The audit record you see in a non-detailed seaudit output displays a number in this field. This number is known as the reason code. For a complete list of reason codes, run seaudit -t.
- TerminalIdentifies the name of the terminal that the accessor used to connect to the host.
- AuditFlagsIndicates whether the accessor is internal (Privileged Access Managerdatabase user) or an enterprise user.If the accessor is an enterprise user, the audit record you see in a non-detailed seaudit output displays the string "(OS user)" in this field. Otherwise, this field remains empty.
Example: Logout Event Message
The following audit record was taken from a detailed seaudit output.
29 Jan 2009 17:23:33 O LOGOUT root 49 2 computer.com Event type: Logout Status: Logout User name: root Terminal: computer.com Date: 29 Jan 2009 Time: 17:23 Details: Logout detected after last process terminated Audit flags: AC database user
This audit record indicates that on January 29th 2009,
Privileged Access Manager
detected that the last session process for the user root working on the remote terminal computer.com has closed, and so assumes that the user logged out of the system (authorization stage code 49Logout detected after last process terminated).