Quoting vincenzo romero new2xen@gmail.com:
this is great - however one question in Step 3:
i vi what file?
vi /etc/pam.d/ <what_config_file> ??
or did you mean for me to create a file: /etc/pam.conf file and add the contents you mention below?
auth sufficient pam_permit.so
account sufficient pam_permit.so password sufficient pam_permit.so session sufficient pam_permit.so
On Fri, Feb 22, 2008 at 9:45 AM, Barry Brimer lists@brimer.org wrote:
Try this:
- Copy /etc/pam.d to /etc/pam.d.save
- Delete all files in /etc/pam.d
- 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 =======================================
- Attempt to log in
Sorry. Step 3 involves creating a file literally named "/etc/pam.d/other" with the contents listed above. The ==== lines are not part of the file, but to indicate the beginning and ending of the file in this email.
Barry