generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 91
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
mysql_user password expiration support #513
Labels
help wanted
Extra attention is needed
Comments
For the record: mariadb >= 10.4.3 no idea if this must be still covered. @resuni do you have some time to implement that parameter? |
@markuman Not in the near future. I might have some time later this year if no one else gets to it before then. |
@resuni hi, thanks for the feature request! |
@Andersson007 I think this can be closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SUMMARY
Being able to manage user password expiration using the mysql_user module would be handy.
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION
Parameters would correspond with the
PASSWORD EXPIRE
syntax of theCREATE USER
andALTER USER
commands. I envision two new parameters being created to support this:password_expire
- Accepted values:DEFAULT
,NEVER
,INTERVAL
password_expire_interval
- Used to specify interval in days, ifpassword_expire
is set toINTERVAL
.The text was updated successfully, but these errors were encountered: