DICTIONARY Class

Each record in the DICTIONARY class defines a word in a common dictionary stored in the  database to compare passwords to. When users change their passwords, the passwords are checked against each record in this DICTIONARY class.
capamsc141
Each record in the DICTIONARY class defines a word in a common dictionary stored in the 
PAM Server Control
database to compare passwords to. When users change their passwords, the passwords are checked against each record in this DICTIONARY class.
In addition to adding records (words) to the DICTIONARY class, you can import dictionary words from external files by running a utility or program.
The following definitions describe the properties contained in this class record. Most properties are modifiable and can be manipulated using selang or the administration interfaces. Non-modifiable properties are marked
informational
.
  • COMMENT
    Defines additional information that you want to include in the record. 
    PAM Server Control
    does not use this information for authorization.
    Limit:
    255 characters.
  • CREATE_TIME
    (Informational) Displays the date and time when the record was created.
  • OWNER
    Defines the user or group that owns the record.
  • RAUDIT
    Defines the types of access events that 
    PAM Server Control
    records in the audit log. RAUDIT derives its name from
    R
    esource
    AUDIT
    . Valid values are:
    • all
      All access requests.
    • success
      Granted access requests.
    • failure
      Denied access requests (default).
    • none
      No access requests.
    PAM Server Control
     records events on each attempted access to a resource, and does not record whether the access rules were applied directly to the resource, or were applied to a group or class that had the resource as a member.
    Use the audit parameter of the chres and chfile commands to modify the audit mode.
  • UPDATE_TIME
    (Informational) Displays the date and time when the record was last modified.
  • UPDATE_WHO
    (Informational) Displays the administrator who performed the update.