>> "PN" == Phillip Neumann <[EMAIL PROTECTED]> writes:

PN> Well i have a tipical problem that coulnot find the answer. In my
PN> system, im able to conect to internet via root, but the users cannot.
PN> (currently to enable the conection to a user root must ejecute pon, but
PN> thats not the idea...)I explain:

PN> Aug 26 19:55:41 computron chat[742]: /etc/chatscripts/provider
PN> -- open failed:         Permission denied

The users who should be able to use pppd have to be in group dip.
 -> adduser theuser dip
( make sure to login again after this)
The groups command will show the groups a user is in.

pppd should have these permissions:

$ ls -l /usr/sbin/pppd
-rwsr-xr--   1 root     dip        105532 Jun 19 02:59 /usr/sbin/pppd*

 -> chmod 4754 /usr/sbin/pppd
 -> chown root.dip /usr/sbin/pppd

pppd is setuid root, so permissions on /etc/chatscripts shouldn't
matter.

Ciao,
        Martin

Reply via email to