From owner-freebsd-isp Wed Mar 5 06:34:40 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA20749 for isp-outgoing; Wed, 5 Mar 1997 06:34:40 -0800 (PST) Received: from pinky.junction.net (pinky.junction.net [199.166.227.12]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id GAA20741 for ; Wed, 5 Mar 1997 06:34:37 -0800 (PST) Received: from sidhe.memra.com (sidhe.memra.com [199.166.227.105]) by pinky.junction.net (8.6.12/8.6.12) with ESMTP id HAA11640 for ; Wed, 5 Mar 1997 07:04:42 -0800 Received: from localhost (michael@localhost) by sidhe.memra.com (8.6.12/8.6.12) with SMTP id GAA15688 for ; Wed, 5 Mar 1997 06:30:11 -0800 Date: Wed, 5 Mar 1997 06:30:10 -0800 (PST) From: Michael Dillon To: freebsd-isp@freebsd.org Subject: Re: radius aware pop3 server In-Reply-To: <331D5751.3F54BC7E@cablenet.net> Message-ID: Organization: Memra Software Inc. - Internet consulting MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 5 Mar 1997, Damian Hamill wrote: > I want to set up a pop3 server but I only have user details in a radius > database. What can I do ? Does anyone have one ? Hack the POP server to use RADIUS to authenticate the user. This shouldn't be too hard if you grab a copy of Merit RADIUS since it comes with a RADIUS client program that can be used to test the RADIUS server. Just borrow the code from there. IMHO, RADIUS authentication should be available as a config option everywhere passwd lookups are used such as in the login command, ftp server, etc. Michael Dillon - Internet & ISP Consulting Memra Software Inc. - Fax: +1-250-546-3049 http://www.memra.com - E-mail: michael@memra.com