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
Privileged Access Manager
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
.- COMMENTDefines additional information that you want to include in the record.Privileged Access Managerdoes not use this information for authorization.Limit:255 characters.
- CREATE_TIME(Informational) Displays the date and time when the record was created.
- OWNERDefines the user or group that owns the record.
- RAUDITDefines the types of access events thatPrivileged Access Managerrecords in the audit log. RAUDIT derives its name fromResourceAUDIT. Valid values are:
- allAll access requests.
- successGranted access requests.
- failureDenied access requests (default).
- noneNo access requests.
Privileged Access Managerrecords 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.