I am trying to add test user with sudo in fresh Fedora container, and get this error. What is going on here?
# adduser test -p 12345678 -G wheel
# sudo -u test sudo echo Hello
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
For security reasons, the password you type will not be visible.
[sudo] password for test:
unix_chkpwd[21]: password check failed for user (test)
Sorry, try again.