Software >> OS >> Unix >> Linux >> RHEL >> How to disable dictionary checking when assigning passwordscd /etc/pam.d cp -p system-auth system-auth.bak vi system-auth * in the file system-auth, comment out the line that contains pam_cracklib.so by inserting "#" at the start of the line * in the line that contains use_authtok remove that word use_authtok from the line
|