From owner-freebsd-questions@FreeBSD.ORG Fri Jan 2 16:21:22 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B712D106564A for ; Fri, 2 Jan 2009 16:21:22 +0000 (UTC) (envelope-from jalmberg@identry.com) Received: from mx1.identry.com (on.identry.com [66.111.0.194]) by mx1.freebsd.org (Postfix) with ESMTP id 58FE28FC1A for ; Fri, 2 Jan 2009 16:21:22 +0000 (UTC) (envelope-from jalmberg@identry.com) Received: (qmail 69156 invoked by uid 89); 2 Jan 2009 16:21:21 -0000 Received: from unknown (HELO ?192.168.1.110?) (jalmberg@75.127.142.66) by mx1.identry.com with ESMTPA; 2 Jan 2009 16:21:21 -0000 Mime-Version: 1.0 (Apple Message framework v753.1) In-Reply-To: <20090102073636.GB4245@teddy.fas.com> References: <20090102073636.GB4245@teddy.fas.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: John Almberg Date: Fri, 2 Jan 2009 11:21:20 -0500 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.753.1) Subject: Re: Web server password management 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, 02 Jan 2009 16:21:23 -0000 On Jan 2, 2009, at 2:36 AM, stan wrote: > I am setting up an Aoache2 webserver, and I want to require > authenticon for > some of it's contents. I am thinking of using htaccess. > > Is there a package that I can install that will allow users to > request that > various account management tasks be done. What I have in mind is a > page > that let's people request accounts, allows me to approve these > request, and > updates the users for for htpassword? > I don't use either of these, but have looked at them in the past. Maybe one will do what you need: http://www.syscp.org/ http://www.webmin.com/ -- John