Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 May 1999 17:41:45 -0300 (EST)
From:      Paulo Fragoso <paulo@nlink.com.br>
To:        freebsd-isp@freebsd.org
Subject:   pppd + pam
Message-ID:  <Pine.BSF.3.96.990524172949.19404B-100000@mirage.nlink.com.br>

next in thread | raw e-mail | index | archive | help
Hi,

I'm trying use PAM with pppd. My gettytab has this information:

std.115200|115200-baud:\
       :de#3:np:sp#115200:pp=/usr/local/etc/pwin:
std.230400|230400-baud:\
       :de#3:np:sp#230400:pp=/usr/local/etc/pwin:

and my pwin:

#!/bin/sh
/usr/bin/mesg n
/usr/bin/tty -echo
exec /usr/sbin/pppd debug idle 1200 -detach modem crtscts netmask
255.255.255.128 auth login +pap dns1 200.249.195.3 dns2 200.249.195.5
domain nlink.com.br.
exit

I'm using login option with pppd. I added in pam.conf this line:

pppd    auth    required        pam_radius.so  try_first_pass

but I have received PAP login failures. Probaly pppd don't make pam
athentication because I have used pam auth with login and it works fine
(in this case I added: login auth required pam_radius.so try_first_pass
in pam.conf).

How to make PAM+radius to work with pppd?

Many Thanks,
Paulo.

------
"  ... Overall we've found FreeBSD to excel in performace, stability,
technical support, and of course price. Two years after discovering
FreeBSD, we have yet to find a reason why we switch to anything else"
						-David Filo, Yahoo!



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.990524172949.19404B-100000>