Originally posted by: sangameshm
What is the auth_type entry you have it in /etc/security/login.cfg ?
Please could you try testing by changing the STD_AUTH and PAM_AUTH and how sudo behaves.
If we have PAM_AUTH entry then we need some additional entry in /etc/pam.conf.
sudo auth required /usr/lib/security/pam_aix
sudo account required /usr/lib/security/pam_aix
sudo password required /usr/lib/security/pam_aix
sudo session required /usr/lib/security/pam_aix
sudo now built with PAM support and if we have PAM_AUTH then we need to have all required entries.
#AIX-Open-Source-Software#AIXOpenSource