Click to See Complete Forum and Search --> : setup of pppd


harvey
12-09-2000, 09:56 AM
I can use dial up network for root account only

I can't use dial up at any other new users account. When I use kppp it tell me pppd binary is not installed and set SUID. Thank you

Ardith
12-09-2000, 01:27 PM
To set the SUID bit on pppd, login as root and use this command:

chmod +s /usr/sbin/pppd

That should fix that problem. There are of course, security problems with setting any program SUID, but I don't know any other way to do it.