Root password policy

Hello all

I've been reading some stuff concerning root passwords.

In the passwd command man page it is said that the root account can bypass the validations such as password length, number of alphabetic caracters, etc (defined in /etc/default/passwd file). I have installed Solaris 10 and it is true indeed.

However, I would like to know whether it is possible to make the root follow these policies when changing his own passwords and when changing other accounts' passwords. If it is, please tell me which files I should modify.

Thanks a lot

[585 byte] By [pattylab] at [2007-11-25 22:59:43]
# 1
This functionality (force check on root's password) is only availablein Solaris Express, not in previous versions (10 and below).In Solaris Express, you'd add "force_check" as a flag to themodule pam_authtok_check .so.1 in the password stack.Joep
Joep at 2007-7-5 17:48:43 > top of Java-index,General,Sun Alert and Security Discussion...
# 2
Thank you very much =)
pattylab at 2007-7-5 17:48:43 > top of Java-index,General,Sun Alert and Security Discussion...