[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: KPPP Problems
> > he reentered all of his ISP info and we let it be stored under the
> > /root/.kde/.... subdirectory structure. Weird . . .
>
> So even after adjusting PAM is it writing to /root? Did it write to
> /home/x before? I'd be interested to see the PAM file.
Here is the PAM files:
-----------------original-PAM-file-----------------
#%PAM-1.0
auth sufficient /lib/security/pam_rootok.so
auth required /lib/security/pam_pwdb.so
session optional /lib/security/pam_xauth.so
account required /lib/security/pam_permit.so
---------------------------------------------------
-----------------modified-PAM-file-----------------
#%PAM-1.0
auth sufficient /lib/security/pam_rootok.so
auth required /lib/security/pam_permit.so
session optional /lib/security/pam_xauth.so
account required /lib/security/pam_permit.so
---------------------------------------------------
As you can see, I only modifed the 2nd "auth" line.
Did I muck it up?
--------------------------------------------
Bruce Smith bruce@armintl.com
System Administrator / Network Administrator
Armstrong International, Inc.
Three Rivers, Michigan 49093 USA
http://www.armstrong-intl.com/
--------------------------------------------