[ol9_developer_EPEL] postgresql16-credcheck-3.0-8.el9.aarch64

Name:postgresql16-credcheck
Version:3.0
Release:8.el9
Architecture:aarch64
Group:Unspecified
Size:101998
License:PostgreSQL
RPM: postgresql16-credcheck-3.0-8.el9.aarch64.rpm
Source RPM: credcheck-3.0-8.el9.src.rpm
Build Date:Sat Sep 20 2025
Build Host:build-ol9-aarch64.oracle.com
Vendor:Oracle America
URL:https://github.com/HexaCluster/credcheck
Summary:PostgreSQL extension for credential checking
Description:
The credcheck PostgreSQL extension provides few general credential checks,
which will be evaluated during the user creation, during the password change
and user renaming. By using this extension, we can define a set of rules:

    allow a specific set of credentials
    reject a certain type of credentials
    deny password that can be easily cracked
    enforce use of an expiration date with a minimum of day for a password
    define a password reuse policy
    define the number of authentication failure allowed before a user is banned

This extension provides all the checks as configurable parameters.
The default configuration settings, will not enforce any complex checks
and will try to allow most of the credentials.
By using SET credcheck.<check-name> TO <some value>; command, enforce new
settings for the credential checks. The settings can only be changed
by a superuser.

Related Packages (Show Changelog) (Show Filelist)