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
define a delay on authentication failures
force users to change their password after first login
throw a warning N days before when the password user is about to expire
This release fixes issues reported by users since last release and adds two new features.
Allow no password policy checks at all for changes done by a superuser enabling new GUC credcheck.superuser_nocheck.
Add feature "Disallow password change" to disallow users to change their password. This behavior is enabled by enabling new GUC credcheck.disallow_password_change. It returns the following message when a user tries to change its password: ERROR: you are not allowed to change your password.
Fix credcheck.password_valid_until when CREATE/ALTER ROLE is called from a plpgsql block.
Upgrade require a PostgreSQL restart to reload the credcheck library.
Complete list of changes and acknowledgements are available here
Links & Credits
credcheck is an open project under the PostgreSQL license maintained by HexaCluster. Any contribution to build a better tool is welcome. You can send your ideas, features requests or patches using the GitHub tools.
From:
EMS Software Development via PostgreSQL Announce Date: Subject:
SQL Management Studio for PostgreSQL 2.0 Is Here — Faster, Safer, and More Efficient
Есть вопросы? Напишите нам!
Соглашаюсь с условиями обработки персональных данных
✖
By continuing to browse this website, you agree to the use of cookies. Go to Privacy Policy.