[CentOS] How to Disable PAM in Centos 5.1
Barry Brimer
lists at brimer.orgFri Feb 22 17:45:44 UTC 2008
- Previous message: [CentOS] How to Disable PAM in Centos 5.1
- Next message: [CentOS] How to Disable PAM in Centos 5.1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [CentOS] How to Disable PAM in Centos 5.1
- Next message: [CentOS] How to Disable PAM in Centos 5.1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list