returned PAM_CONV_AGAIN.
The user name is not valid or the passwd file is unavailable.
The user is not listed in the passwd file.
Add the following lines to /etc/pam.d/su to
allow only local users or group wheel to use su.
account sufficient pam_localuser.so
account required pam_wheel.so