From owner-freebsd-isp@FreeBSD.ORG Wed Jun 15 21:57:16 2005 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A35A16A41C for ; Wed, 15 Jun 2005 21:57:16 +0000 (GMT) (envelope-from lists@yazzy.org) Received: from mail.yazzy.org (mail.yazzy.org [217.8.140.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16F1043D55 for ; Wed, 15 Jun 2005 21:57:15 +0000 (GMT) (envelope-from lists@yazzy.org) Received: from localhost.localdomain (yazzy.yazzy.org [192.168.98.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.yazzy.org (Postfix) with ESMTP id A0EB339869; Wed, 15 Jun 2005 23:57:41 +0200 (CEST) Date: Wed, 15 Jun 2005 23:57:11 +0200 From: Marcin Jessa To: Diana Eichert Message-Id: <20050615235711.5b5cbfa3.lists@yazzy.org> In-Reply-To: References: Organization: YazzY.org X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-isp@freebsd.org Subject: Re: Radius server with web/gui interface X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2005 21:57:16 -0000 On Wed, 15 Jun 2005 09:35:29 -0600 (MDT) Diana Eichert wrote: > On Wed, 15 Jun 2005, Abu Khaled wrote: > > > Can you guys recommend a Radius server with a good web or gui interface. > > I searched the ports and found Freeradius but it would not build. A > > security issue with the SQL module. The icradius port is gone, I used > > it in the past on Redhat but it looks like it is no longer updated > > (August 6, 2003 on sourceforge site). > > we use the commercial RADIUS server Radiator along with the companion > Radmin app in our environment. > > diana Yeah and that gives you absolutelly no possibility to add/remove/change the features of your Radmin. You'd need to write your own admin app for that. And why not doing this for freeradius which is very feature rich, free and with source code avaliable for quality inspection. The only reason to use commercial soft is to be able to get commercial support. And that gives you no guarantee their software is free for bugs. I doubt anyone checks for Radiator security risks as they do for freeradius. Cheers, Marcin.