Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Password less than 8 characters
Name: Truc Nguyen Date: April 26, 2006 at 09:50:39 Pacific OS: Solaris 8.0 CPU/Ram: 512
Comment:
Hi
I am new with Solaris.
The super user forced me to change new password (after 90 days) from old password. The password requires 8 characters at least. I changed it to new password However, I want my password with 4 characters So I modified /ect/default/passwd and /usr/lib/passwd/passwd.conf by changing 3 from 8
After rebooting the system, I used command passwd to change the new password. But the system seem likes to be confused when I entered the password less than 8 characters. The system did not accept the new password
How do I set the password with less than 8 characters ?
Name: nz_boy Date: April 30, 2006 at 16:59:04 Pacific
Reply:
here is the way I did it
Set the Password Policy # vi /etc/default/passwd Before: MAXWEEKS= MINWEEKS= PASSLENGTH=6 After: MAXWEEKS=8 MINWEEKS=1 PASSLENGTH=8 WARNWEEKS=1
0
Response Number 2
Name: shipper99 Date: May 23, 2006 at 12:10:54 Pacific
Reply:
The length of roots password is not affected by the settings in /etc/default/passwd. Restore the original settings in /usr/lib/passwd/passwd.conf and /etc/default/passwd. If your root password still is not working let me know and I will help you boot from the cdrom and take care of it that way.
Summary: Hi I have users with passwords bigger than 8 chars. But, when they log in, the password is only checked for the first 8 chars. That means that if they put the 9th or 10th char incorrect, they can log...
Summary: Hi everybody, I would like to extend the lenght of Solaris password more than 8 characters. But I don't know how to do that, thanks a lot for your help. ...
Summary: hi , 1st your downgrading , not UPGRADING ! Solaris 2.6/5.6 (all the same) is older than sol 8/2.8/5.8 (all the same). I'm a unix admin and from my expirience don't ever upgrade / downgrade a syste...