From owner-freebsd-questions@FreeBSD.ORG Fri Mar 24 13:53:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6842716A422 for ; Fri, 24 Mar 2006 13:53:30 +0000 (UTC) (envelope-from data2@cablespeed.com) Received: from admin.cablespeed.com (admin.cablespeed.com [216.15.205.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DEED43D46 for ; Fri, 24 Mar 2006 13:53:29 +0000 (GMT) (envelope-from data2@cablespeed.com) Received: from [24.56.220.5] (HELO mdm246a3e4f6fc) by admin.cablespeed.com (CommuniGate Pro SMTP 4.2.10) with SMTP id 168149880; Fri, 24 Mar 2006 07:53:29 -0600 Message-ID: <03a601c64f4a$5b8058b0$05dc3818@mdm246a3e4f6fc> From: "Jon Krause" To: "Steve Camp" , References: <20060322161516.D8316@aslan.camp.com> Date: Fri, 24 Mar 2006 08:53:40 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Cc: Subject: Re: DNS control tools X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Mar 2006 13:53:30 -0000 Steve wrote: Wednesday, March 22, 2006 6:15 PM Subject: DNS control tools > Someone is potentially interested in leasing a domain name from me. > One of the technical points is DNS control. What DNS tools exist that > would allow me to maintain the DNS servers, but let this party login > and administer DNS entries. I'm thinking along the lines of some sort > of web-based tool. A user would login / authenticate themselves, but > the tool would limit the domains they could manage in some fashion. > > Regards, > > -- > Steve Camp > steve@camp.com Steve, have a look at Webmin. You can create "client views" in the bind module allowing a very granular access to specific domains. Access can be limited to just the bind module, for specific clients, for specific domains, from specific IP addresses if needed. Jon