1840315 Members
3897 Online
110162 Solutions
New Discussion

Re: User problem

 
SOLVED
Go to solution
unixguy_1
Regular Advisor

User problem

hi friendds,

In HP-Unix for examble, one user is not able to reset the password.

pls anyone help to me....

Regards,
Unixguy.
7 REPLIES 7
Patrick Wallek
Honored Contributor
Solution

Re: User problem

>> one user is not able to reset the password.

How is the user trying to reset the password? Is the user doing a:

$ passwd username

What is the error?
unixguy_1
Regular Advisor

Re: User problem

no,

they are not having any wirtes to do,

acually the problem is every 14 days only he can reset the password,before login to the console,the message wiil come to reset ur password.

after 14 days it's expiring,then it will ask.
that time they r not to reset it.

why?

Matti_Kurkela
Honored Contributor

Re: User problem

What is the exact error message?

I guess the sysadmin might have set the password minimum age and the password maximum age to the same value for this user.

The password maximum age setting forces the user to change the password at login time when the old password is expired, as you have seen.

The password minimum age setting prevents the user from changing the password again until a defined number of days has passed. This is to prevent the user from immediately changing the password again, back to the old value.

However, I think forcing to change the password every 14 days is a bit excessive. The user is likely to have the password written down somewhere. Maybe a Post-It note under the keyboard or on the edge of the display?

MK
MK
raiden
Regular Advisor

Re: User problem



first enable it since my guess is tht the account must hv locked.

/usr/lbin/modprpw -k "username"


thn tell the user to reset the password
Johnson Punniyalingam
Honored Contributor

Re: User problem

Hi,

its trusted system..?

/usr/lbin/getprpw

the above command will show "expiry" "lifetime"

if use account locked "lockout=0001000" --> meaning user account locked,

to enable

/usr/lbin/modprpw -k

Thx
Johnson
Problems are common to all, but attitude makes the difference
unixguy_1
Regular Advisor

Re: User problem

thanks a lot for giving the support

it's resolved,i enabled the user and reset the passwd.

thanks MK,Patriek, Johnson.

Regards,
R.Sekar.
unixguy_1
Regular Advisor

Re: User problem

Thanks a lot