-
Notifications
You must be signed in to change notification settings - Fork 23
Disables password expiration and inactivity policies #1106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I've not tested this yet. It seems common to use 99999 but we may be able to use -1 instead. See: https://linux.die.net/man/1/chage |
FWIW I found running the chage command with -1 didn't make any change, I figured that was why it's common to use 99999 |
At least on Ubuntu, you'd would of had to run the hardening before host configure, as by default, it doesn't change existing users without ubtu22cis_disruption_high:
I've also found the logic in the shell command checking which entries to update will never increase the expiry: |
This was causing the kayobe and kolla service accounts to be locked out of the system.
This was causing the kayobe and kolla service accounts to be locked out of the system.