1753487 Members
4567 Online
108794 Solutions
New Discussion юеВ

Re: passwd question

 
navin
Super Advisor

passwd question

How should i set the non expiration passwd for account (non trusted system) which already complains it expired
thanks
# passwd -s karnax
patrol PS 09/01/09 0 91
Learning ...
4 REPLIES 4
Jaime Bolanos Rojas.
Honored Contributor

Re: passwd question

Hi Navin,

Perhaps you can find your answere here:

"The passwd(4) manpage documents:

Password aging is put in effect for a particular user if his encrypted
password in the password file is followed by a comma and a non-null
string of characters from the above alphabet. (Such a string must be
introduced in the first instance by a superuser.) This string defines
the "age" needed to implement password aging. "

Regards,

Jaime.
Work hard when the need comes out.
Tingli
Esteemed Contributor

Re: passwd question

passwd -x -1 karnax
Kranti Mahmud
Honored Contributor

Re: passwd question

Hi Navin,

Go to SAM:

-> Accounts for Users and Groups
->
Dont look BACK as U will miss something INFRONT!
Hakki Aydin Ucar
Honored Contributor

Re: passwd question

in version HP-UX 11iv1 ,as default password agins is disabled. You can check it with command:
# passwd -s user1
user1 PS

I think, in your case you have password aging enabled for 91 days. you re-change password without -n -x options will disable it.

# passwd karnax
..
..