Raw Package Information

Package: postgresql-12-credcheck
Source: credcheck
Version: 3.0-1.pgdg20.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 157
Depends: postgresql-12, postgresql-12-jit-llvm (>= 10), libc6 (>= 2.4)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-12-credcheck_3.0-1.pgdg20.04+1_amd64.deb
Size: 65260
SHA256: 3e685182ac6270031e3390878c510cc9d43c3522ef56e7901309249871e02190
SHA1: 5ed8f7d32f7e852b49d0b795d69f47f684c3245b
MD5sum: 7da4a201efded38f5ae733374c63edb6
Description: PostgreSQL username/password checks
 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