Password Verification Event

Password verification event type messages indicate that a user failed to change his account's password.
capamsc141
Password verification event type messages indicate that a user failed to change his account's password.
Audit records in this event have the following format:
DateTime Status EventUserName DetailsReason AuditFlags
  • Date
    Identifies the date the event occurred.
    Format:
    DD MMM YYYY
     
    Privileged Access Manager
    Endpoint Management formats the date display according to your computer's settings.
  • Time
    Identifies the time the event occurred.
    Format:
    HH:MM:SS
     
    Privileged Access Manager
    Endpoint Management formats the time display according to your computer's settings.
  • Status
    Indicates the return code for the event.
    Value:
    F (Failed)Failed to change the account password.
  • Event Type
    Identifies the type of event this record belongs to.
     
    Privileged Access Manager
    Endpoint Management refers to this field simply as
    Event
    .
  • User Name
    Identifies the name of the user to which the password attempt was applied.
  • Details
    Indicates why the password change attempt failed.
    The audit record you see in a non-detailed seaudit output displays a number in this field. This number is known as the password quality code. In a detailed output or in 
    Privileged Access Manager
    Endpoint Management, the audit record displays the message associated with the password quality code. For a complete list of password quality codes, run seaudit -t.
  • Reason
    Indicates the reason that 
    Privileged Access Manager
    wrote an audit record.
    This field does not display in a detailed seaudit output or in 
    Privileged Access Manager
    Endpoint 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.
  • Audit Flags
    Indicates whether the accessor is internal (
    Privileged Access Manager
    database 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: Password Verification Event Message
The following audit record was taken from a detailed seaudit output.
02 Dec 2008 10:23:47 F PASSWORD test1 1 10 Event type: Password verification Status: Failed User name: test1 Details: Password too short Audit flags: AC database user
This audit record indicates that on December 2nd 2008, the user attempting to change his account password was denied because the password did not meet the minimum required number of characters, as defined by the password policy (authorization stage code 1Password too short). 
Privileged Access Manager
logged this event message according to an explicit request (reason code 10An explicit request to log the operation was received).