nemeswormwood
07-11-2002, 06:48 PM
Searching the forums results in many people wanting to know how to configure the kppp dialer so that users did not have to type in the root password in order to go online.
This solution worked for me on my computer running Redhat 7.3. It was the result of a post started by dvdnut (http://www.linuxnewbie.org/forum/showthread.php?s=&threadid=17817&highlight=kppp+root+password) . Below is a summary...
----------------------------------------------------
Open a text console and type
cd /usr/bin
su
[then enter your root password]
mv kppp kppp.original
ln -s /usr/sbin/kppp
chmod +s /usr/sbin/kppp
chmod +s /usr/sbin/pppd
exit
exit
Now the dialer shortcut should work.
---------------------------------------------------
I can't guarantee that this is the correct or most secure way to do it as I don't fully understand why there are 2 kppp dialers myself but it does work. :-)
Thanks
Nemes
This solution worked for me on my computer running Redhat 7.3. It was the result of a post started by dvdnut (http://www.linuxnewbie.org/forum/showthread.php?s=&threadid=17817&highlight=kppp+root+password) . Below is a summary...
----------------------------------------------------
Open a text console and type
cd /usr/bin
su
[then enter your root password]
mv kppp kppp.original
ln -s /usr/sbin/kppp
chmod +s /usr/sbin/kppp
chmod +s /usr/sbin/pppd
exit
exit
Now the dialer shortcut should work.
---------------------------------------------------
I can't guarantee that this is the correct or most secure way to do it as I don't fully understand why there are 2 kppp dialers myself but it does work. :-)
Thanks
Nemes