Originally posted by: james.franznick
So that worked for "sudo su - root" but does not work for "sudo -u oracle -i" I get the error below. I can't find any actual answers on google related to this error but everything points to a pam config issue
# sudo -l
x386428's Password:
User x386428 may run the following commands on dugpcdvopsora03:
(oracle) PASSWD: ALL
# sudo -u oracle -i
Sorry, try again.
Sorry, try again.
sudo: 3 incorrect password attempts
my pam.conf looks like this and ssh login and auth works fine
...
sudo auth required pam_aix
sudo account required pam_aix
sudo password required pam_aix
sudo session required pam_aix
sshd auth required pam_aix
sshd account required pam_aix
sshd password required pam_aix
sshd session required pam_aix
#AIXOpenSource#AIX-Open-Source-Software