On Monday 11 Aug 2003 2:26 pm, Abhishek Gaonkar wrote:
>  I have a RHL 8.0 installed. I need to access KPPP
> without needing to enter my root password everytime I
> need to use the net. What can i do to access KPPP when
> I am NOT ROOT ,Wihtout entering root password..
> Please help me if you can
>
>                                      --Abhishek
First do 
chmod +s /usr/sbin/pppd
It will lead to 
[EMAIL PROTECTED] pam.d]# ls -l $(which pppd)
-rwsr-xr-t    1 root     root       216696 Feb 14 17:02 /usr/sbin/pppd*
Then change your /etc/pam.d/kppp as below
[EMAIL PROTECTED] pam.d]# cat kppp
#%PAM-1.0
auth       sufficient   /lib/security/pam_rootok.so
auth       required     /lib/security/pam_stack.so service=system-auth
session    optional     /lib/security/pam_xauth.so
account    required     /lib/security/pam_permit.so
This should help you.
-- 
L.V.Gandhi
203, Soundaryalahari Apartments, Lawsons Bay colony, Visakhapatnam, 530017
MECON, 5th Floor, RTC Complex, Visakhapatnam AP 530020 INDIA



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to