A system catalog for managing profile information. -1 is stored if DEFAULT is specified for each parameter in the profile, and -2 is stored if UNLIMITED is specified.
Column | Type | Description |
---|---|---|
oid | oid | Profile identifier |
prfname | name | Profile name |
prfpasswordlifetime | integer | Value of PASSWORD_LIFE_TIME (seconds) |
prfpasswordgracetime | integer | Value of PASSWORD_GRACE_TIME (seconds) |
prfpasswordreusetime | integer | Value of PASSWORD_REUSE_TIME (seconds) |
prfpasswordreusemax | integer | Value of PASSWORD_REUSE_MAX (seconds) |
prfpasswordlocktime | integer | Value of PASSWORD_LOCK_TIME (seconds) |
prffailedloginattempts | integer | Value of FAILED_LOGIN_ATTEMPTS (seconds) |
prfpasswordallowhashed | integer | Value of PASSWORD_ALLOW_HASHED |