How do I avoid password checking against system dictionary?
Updated -
The Pluggable Authentication Modules (PAM) for Linux is a suite of shared libraries that enable the local system administrator to choose how applications authenticate users. System wide user authentication is done with the help of two modules: pam_cracklib
and pam_unix
in the /etc/pam.d/system-auth
file.
-
pam_cracklib
module w...
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.