From owner-freebsd-isp Mon May 24 13:41:53 1999 Delivered-To: freebsd-isp@freebsd.org Received: from mirage.nlink.com.br (mirage.nlink.com.br [200.249.195.3]) by hub.freebsd.org (Postfix) with ESMTP id 9BA8115399 for ; Mon, 24 May 1999 13:41:47 -0700 (PDT) (envelope-from paulo@nlink.com.br) Received: from localhost (paulo@localhost) by mirage.nlink.com.br (8.9.3/8.9.1) with SMTP id RAA28142 for ; Mon, 24 May 1999 17:41:46 -0300 (EST) Date: Mon, 24 May 1999 17:41:45 -0300 (EST) From: Paulo Fragoso To: freebsd-isp@freebsd.org Subject: pppd + pam Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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