1836655 Members
2273 Online
110102 Solutions
New Discussion

Modify max weeks passwd

 
SOLVED
Go to solution
Huib Freeke
Occasional Advisor

Modify max weeks passwd


Dear reader,

The passwd in SAM max for 63 weeks, wel i need it for longer, some users never change and have a automated login, is there a tweak where we can change it ?

Regards


Huib
3 REPLIES 3
Muthukumar_5
Honored Contributor
Solution

Re: Modify max weeks passwd

You can change the Enable Password Aging setting for the specified users to No Restrictions (Normal Behavior) settings. It will not make the user to keep the passwd aging policy.

It will make you to keep the some accounts not to follow aging policies,

To do as,

Selece the users,

go to Actions --> modify --> modify passwd otpions ---> Password Options: [ No Restrictions (Normal Behavior) ->]

Regards
Muthu
Easy to suggest when don't know about the problem!
Jose Mosquera
Honored Contributor

Re: Modify max weeks passwd

Hi,

#passwd -x

Where will be rounded up to nearest week.

Rgds.
A. Clay Stephenson
Acclaimed Contributor

Re: Modify max weeks passwd

Unless this is a Trusted system, you are not going to be able to go beyond this limit --- and it is not a SAM limitation but rather built in to the fabric of the passwd aging subfield itself. The maximum age is encoded in a single character representing a base-64 number.
If it ain't broke, I can fix that.