Configure Ranger authentication for PAM How to configure Ranger to use PAM for user authentication. In Cloudera Manager, select Ranger, then click the Configuration tab. Under Admin Authentication Method, select PAM, then click Save Changes. Allow the Ranger user to read the /etc/shadow file: groupadd shadow usermod -a -G shadow ranger chgrp shadow /etc/shadow chmod g+r /etc/shadow Select Actions > Restart to restart Ranger. Parent topic: Configuring Ranger Authentication with UNIX, LDAP, AD, or PAM