For the complete documentation index, see llms.txt. This page is also available as Markdown.

Password Validation Plugins

Password validation plugins, like simple_password_check and cracklib, enforce strong password policies by checking new passwords against defined complexity rules.

General introduction into plugins that enforce specific security policies and complexity rules for user passwords.

The Cracklib Password Check Plugin enforces password strength by validating new passwords against the CrackLib library and its dictionary.

The Password Reuse Check Plugin prevents users from reusing previous passwords, with a retention policy controlled by the password_reuse_check_interval variable.

This system variable defines the retention period in days for the password history used by the Password Reuse Check Plugin to prevent reuse.

The Simple Password Check Plugin enforces basic password complexity rules, such as minimum length and required numbers of digits, letters, and special characters.

This page is licensed: CC BY-SA / Gnu FDL

Last updated

Was this helpful?