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
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}
Metadata:
aws --versionand 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}