-
Notifications
You must be signed in to change notification settings - Fork 254
etc/login.defs: Remove defaults for password expiration #1428
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
base: master
Are you sure you want to change the base?
etc/login.defs: Remove defaults for password expiration #1428
Conversation
ad78c35 to
2eae5ae
Compare
|
Wouldn't it be better to just comment out the variables just like it's done with |
I'd suggest that they read the manual page login.defs(5). We should probably refer to that manual page in the file. Also, I want to suggest deprecating expiration of passwords soon, with plans to eliminate the functionality eventually. |
|
The block still states Keep in mind that |
Thanks! I'll do that.
Yup. Hopefully, we'll fix those eventually. :) |
Done. |
1f53712 to
d2ea0c4
Compare
Expiring passwords has been determined to decrease safety. Let's default to not expiring passwords. Signed-off-by: Alejandro Colomar <alx@kernel.org>
Reported-by: Tobias Stoeckmann <tobias@stoeckmann.org> Signed-off-by: Alejandro Colomar <alx@kernel.org>
d2ea0c4 to
761661e
Compare
Expiring passwords has been determined to decrease safety. Let's default to not expiring passwords.
Revisions:
v2
v2b
v2c
v2d