1752365 Members
5531 Online
108787 Solutions
New Discussion юеВ

Re: account question

 
navin
Super Advisor

account question

Hi ,

In changing passwd "you may not reuse passwd" error occurs - how should we rectify - the clients wants to use the old passwd

thanks in advance
Learning ...
4 REPLIES 4
James R. Ferguson
Acclaimed Contributor

Re: account question

Hi:

You could try cycling through "temporary" passwords until you have exceeded the 'PASSWORD_HISTORY_DEPTH' in '/etc/default/security'. See the manpages for 'security(4)'.

Regards!

...JRF...
Jim Walls
Trusted Contributor

Re: account question

You could do the following, asuming you have a trusted system:

# First un-expire the password
/usr/lbin/modprpw -v

# Unlock the username if it is locked
/usr/lbin/modprpw -k

# Set the password to never expire
/usr/lbin/modprpw -m mintm=0,exptm=0,lftm=0,expwarn=0

...or use SAM.
Vishu
Trusted Contributor

Re: account question

Hi navin,

you can also do it by moving your secuity file and change the password and after changing, move the security back to its place.

# cd /etc/default
# mv security security.orig
# passwd
# mv security.orig security
AVV
Super Advisor

Re: account question

Hi Navin,


You can go thrpugh the file /etc/default/security and find some of the password policy is denying you to reuse the sam. You can either disable that option permanently by "vi".