From owner-freebsd-questions Thu Mar 22 22:58:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from vines.webfront.net.au (vines.webfront.net.au [203.23.200.12]) by hub.freebsd.org (Postfix) with ESMTP id ED94F37B71B for ; Thu, 22 Mar 2001 22:58:34 -0800 (PST) (envelope-from bargi@webfront.net.au) Received: from bargiwork.webfront.net.au ([203.23.203.201]) by vines.webfront.net.au (8.9.3/8.9.3) with ESMTP id RAA79225 for ; Fri, 23 Mar 2001 17:58:31 +1100 (EST) Message-Id: <5.0.2.1.2.20010320171257.02eb1ce0@mail.webfront.net.au> X-Sender: bargi@mail.webfront.net.au X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Fri, 23 Mar 2001 18:04:48 +1100 To: freebsd-questions@freebsd.org From: Raymond Brighenti Subject: Problems with PAM - Radius Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, OK trying to get FTP on a FreeBSD 4.2 box to auth from a Radius server. I know the config between the Box and the Radius server is ok because I can see the Auth requests coming from the FreeBSD box and it's replying and letting me in, BUT, only if the username I use has a matching local user in the FreeBSD box, if they don't it doesn't even try to Auth from the Radius server. Below is my the line in /etc/pam.conf for ftpd ftpd auth required pam_radius.so try_first_pass template_user=bargi Below is /etc/radius.conf (Although I know this is fine as it is authing for username with a matching local user) auth radius.server.hostame secret Also I still get the same results even if I don't have the template_user= option or not. I'm sure it's something simple, I'm just not sure what it is though :) Thanks in advance Ray To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message