From owner-freebsd-isp@FreeBSD.ORG Wed Apr 9 10:12:07 2003 Return-Path: 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 373D637B401 for ; Wed, 9 Apr 2003 10:12:07 -0700 (PDT) Received: from mx01.africaonline.com.na (relay01.africaonline.com.na [196.44.140.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44B8643F75 for ; Wed, 9 Apr 2003 10:12:02 -0700 (PDT) (envelope-from rolf@digitaldivide.org.za) Received: from [196.44.132.186] (helo=null) by mx01.africaonline.com.na with esmtp (Exim 3.35 #1) id 193Iyl-00023F-00 for freebsd-isp@freebsd.org; Wed, 09 Apr 2003 18:03:19 +0100 From: "Rolf Mendelsohn" To: freebsd-isp@freebsd.org Date: Wed, 09 Apr 2003 18:11:37 +0200 MIME-Version: 1.0 Message-ID: <3E946259.31080.219BF4D@localhost> Priority: normal X-mailer: Pegasus Mail for Windows (v4.02a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Subject: ISP radius & mail user/aliase management - Web based? X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2003 17:12:07 -0000 Hi Everyone, Do either of you have any suggestions on any open source userdatabase management programs. Which I could use to add users to a radius database (radiusd - cleartext passwds :>( ). Also add them to a pop user file per domain & add aliases - also per domain. I'd be willing to migrate from radiusd if there is a more scalable all- in-one soloution or one which requirte minimal midifications. I know there is a program called Webmin for servers, which provides a gui to add users, modify many daemon options etc. Runs on Linux & FreeBSD. Something similar to that. Currently I'm using exim for smtp, vm-pop3d for pop aliases/usernames. The domains are in the flat text files which are structured like this: /virtual/domain/passwd (htpasswd format) /virtual/domain/aliases (user: forward@address.xyz) Radius users are in a users files which contains entries like these: Xyz Password cleartextpasswd, NAS-Port-Type If the all the programs which do this nicely are geared towards Mysql, then I'd spend the time getting that going to handle the various databases which are currently flat files. Any suggestions are very welcome. Regards, Rolf