LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   How to change Password Aging in Sol-10? (https://www.linuxquestions.org/questions/solaris-opensolaris-20/how-to-change-password-aging-in-sol-10-a-552774/)

as400 05-09-2007 11:28 PM

How to change Password Aging in Sol-10?
 
Hello folks

I would like to know how to chnage the password aging for a user account only?

I would like to set it to 30 days intervals. And also, I would like the system to warn of password expiration 10 days before password expires.

How would I do that in Solaris 10 please?

thanks in advance.

bsdunix 05-10-2007 08:21 AM

How to Set Password Aging on a User Account

http://docs.sun.com/app/docs/doc/817...hm8o5m5?a=view

Lots of good information at http://docs.sun.com just search.

javier.e.menendez 05-20-2007 03:20 PM

# passwd -x 30 -w 10 user_name

Blinker_Fluid 05-21-2007 12:50 PM

modify /etc/default/passwd
modify the following:
MAXWEEKS=5
MINWEEKS=1
WARNWEEKS=2


All times are GMT -5. The time now is 06:07 PM.