> I just installed Red Hat 6.2 and have set KDE as my
> default desktop.
> Previously, I could run Kppp as an ordinary user now
> it wants to run only as root.
> I tried what the docs said, made a kppp.allow and tried
> a group as well.
> Still only root can run kppp. Any suggestions? Thanks.
Using RH6.2, the following is required to be a sole KPPP user
1) PASSWORD PROTECTION
vi /etc/pam.d/kppp change auth sufficient /lib/security/pam_rootok.so to
auth sufficient /lib/security/pag_permit.so
2) UNLINK KPPP
ln -sf /usr/sbin/kppp /usr/bin/kppp stops KPPP asking for password
3) SUID ROOT
chmod +s /usr/sbin/kppp makes KPPP suid
That's it
Marvin