LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   KDE Kppp Dialer (https://www.linuxquestions.org/questions/linux-newbie-8/kde-kppp-dialer-36838/)

mdss 11-29-2002 06:57 PM

KDE Kppp Dialer
 
I'm having trouble with internet dialer when logged on as another user. When logged on as root it runs just fine. Basically I want to allow other users to use internet dialer. If logged on as other than root it asks for roots password.
Steve

trickykid 11-29-2002 10:27 PM

Change the permissions or setup sudo to allow other users access.

For more details view the man pages:

man chmod
man chown
man chgrp
man sudo

lynch 11-30-2002 06:04 AM

Try this:
1.login as root
2.type: rm /usr/bin/kppp
3.type: chmod u+s /usr/sbin/kppp
4.type: ln -s /usr/sbin/kppp /usr/bin/kppp
That's what I did to get it working for all users on RH 7.3.I think if you configure your modem and network stuff during install and it asks for ISP info,RH is setting up kinternet for you and it should be accessible to all users.So you can try the above or try kinternet.
HTH
lynch


All times are GMT -5. The time now is 10:50 PM.