1833059 Members
2737 Online
110049 Solutions
New Discussion

password aging

 
SOLVED
Go to solution
Ragni Singh
Super Advisor

password aging

Hi all, how do I reset a users lifetime password.

This is the message I keep getting.

"Password cannot be changed. Reason: password lifetime has passed"

Any help is greatly appreciated.
4 REPLIES 4
Robert-Jan Goossens
Honored Contributor

Re: password aging

Hi,

# passwd -f user
force user to renew his/her passwd

Robert-Jan.
Ragni Singh
Super Advisor

Re: password aging

your reply will not work. You can only do that as root but running passwd -f (user) as myself tells me

"access denied".
Stefan Farrelly
Honored Contributor
Solution

Re: password aging

One your password has expired only root/superuser can reset it or make a new password and reset its expiry time. Do it as root using SAM or use the modprpw command.

Im from Palmerston North, New Zealand, but somehow ended up in London...
Ragni Singh
Super Advisor

Re: password aging

Thanks Stefan. That helps.