You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.
AWS CLI Version: (exec aws --version and enter value here)
(describe your issue here)
All the users that are synchronised with IAM user public keys, their linux password gets expired after 60 days and they are prompt to change their password. As users password have never been set , they are blocked and not able to login.
Probably need to add a command in import_users.sh file
passwd -x -1 ${username}
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Metadata:
aws --version
and enter value here)(describe your issue here)
All the users that are synchronised with IAM user public keys, their linux password gets expired after 60 days and they are prompt to change their password. As users password have never been set , they are blocked and not able to login.
Probably need to add a command in import_users.sh file
passwd -x -1 ${username}
The text was updated successfully, but these errors were encountered: