[CentOS] How to Disable PAM in Centos 5.1

Barry Brimer lists at brimer.org
Fri Feb 22 17:45:44 UTC 2008


Try this:

1.  Copy /etc/pam.d to /etc/pam.d.save
2.  Delete all files in /etc/pam.d
3.  Create vi /etc/pam.d/other with the following contents:

=======================================
auth        sufficient    pam_permit.so
account     sufficient    pam_permit.so
password    sufficient    pam_permit.so
session     sufficient    pam_permit.so
=======================================

4.  Attempt to log in



More information about the CentOS mailing list