I am configuring system (RHEL5), setting password rules. One requirement is related to security:
local accounts with passwords containing characters from ISO/IEC 8859-1 with codes in the range of 2x to 7x (x=0 … F), and excluding the code 20 (i.e. white space).
In other words: white space can't be include in the password. I have investigated on pam_cracklib and pam_passwdqc, but it seems both of them support no such feature. Could anyone tell me how to configure about this?
Thanks a lot!