poctob
September 23rd, 2009, 05:35 PM
I just noted that Ubuntu 9.04 truncates my password to 8 characters. Here is an example, if my password is 12345ABCDE I can login into the system only using 12345ABC. I don't think that I've ever seen this issue before. I have my password rules configure through pam here is my /etc/pam.d/common-password
password required pam_cracklib.so retry=3 minlen=15 difok=3 lcredit=2 ucredit=2 dcredit=2 ocredit=2
I understand that this configuration only deals with password policy enforcement, does anyone know if there is a system wide configuration that will not truncate the password?
Thanks in advance.
password required pam_cracklib.so retry=3 minlen=15 difok=3 lcredit=2 ucredit=2 dcredit=2 ocredit=2
I understand that this configuration only deals with password policy enforcement, does anyone know if there is a system wide configuration that will not truncate the password?
Thanks in advance.