Quote:
One of the Solaris gurus will clear this up for you I'm sure.
;-)
hiho,
it is a default behavior in solaris 7,8 and 9 if aging is sufficient to ensure that the new password meets construcion requirements.
Passwords must be constructed to meet the following requirements:
*Each password must have PASSLENGTH characters, where PASSLENGTH is defined in /etc/default/passwd and is set to 6. Only the first eight characters are significant.
*Each password must contain at least two alphabetic characters and at least one numeric or special character. In this case, "alphabetic" refers to all upper or lower case letters.
*Each password must differ from the user's login name and any reverse or circular shift of that login name. For comparison purposes, an upper case letter and its corresponding lower case letter are equivalent.
*New passwords must differ from the old by at least three characters. For comparison purposes, an upper case letter and its corresponding lower case letter are equivalent.
so take a look into your /etc/default/passwd file where you can set these options:
MAXWEEKS; MINWEEKS; PASSLENGTH, WARNWEEKS
these rules do not effect the root account!
greetings pressy