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
OS / Environment
Ubuntu 20.04.3 LTS (Virtual Machine managed from vSphere)
Ansible Version
ansible [core 2.11.7]
Additional context
This happens with any user, also to newly created ones after the script had been ran. auth.log gives password error, whereas passwords have been checked and newly created for new users. It seems a parameter has been set to not allow sudo to users, even when adding the users to sudo group.
Could you please indicate what change could have modified this behaviour?
Thank you in advance
The text was updated successfully, but these errors were encountered:
Describe the bug
After running the hardening script, any user using sudo will get "Sorry, please try again" after inputting password
Expected behavior
sudo su -> input password -> switched to root user
or
sudo apt update -> input password -> apt update is executed
Actual behavior
where USER is the username having the issue
auth.log output
where USER is the username having the issue
OS / Environment
Ubuntu 20.04.3 LTS (Virtual Machine managed from vSphere)
Ansible Version
Additional context
This happens with any user, also to newly created ones after the script had been ran. auth.log gives password error, whereas passwords have been checked and newly created for new users. It seems a parameter has been set to not allow sudo to users, even when adding the users to sudo group.
Could you please indicate what change could have modified this behaviour?
Thank you in advance
The text was updated successfully, but these errors were encountered: