LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   Root password on Solaris 10 8/11 (https://www.linuxquestions.org/questions/solaris-opensolaris-20/root-password-on-solaris-10-8-11-a-942600/)

Blinker_Fluid 04-30-2012 01:09 PM

Root password on Solaris 10 8/11
 
In the 8/11 release of Solaris 10 Oracle determined that root needed to follow the same rules as everyone else. Is there a way to disable this to previous configuration?

http://docs.oracle.com/cd/E23823_01/...zmr.html#gleab
from the link:
Quote:

Change in the Default Behavior When a Root User Resets Password (6968855)

Beginning with this Oracle Solaris 10 release, a root user (user ID 0) by default has to comply with the configured password policy in the /etc/default/passwd file. In previous updates of the Oracle Solaris 10 OS, a root user was exempt from any configured password policy constraints.

For more information, see the passwd(1) man page.

jlliagre 04-30-2012 02:49 PM

I believe the proper way is to remove force_check from the following line in /etc/pam.conf:
Code:

other  password requisite      pam_authtok_check.so.1 force_check

Blinker_Fluid 05-01-2012 02:09 PM

Thanks that worked great.


All times are GMT -5. The time now is 08:15 PM.