From owner-freebsd-questions@FreeBSD.ORG Tue Dec 14 18:37:23 2004 Return-Path: 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 5D48516A4CE for ; Tue, 14 Dec 2004 18:37:23 +0000 (GMT) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CA6343D1F for ; Tue, 14 Dec 2004 18:37:22 +0000 (GMT) (envelope-from fgleiser@cactus.fi.uba.ar) Received: from localhost (localhost [127.0.0.1]) by cactus.fi.uba.ar (8.12.11/8.12.11) with ESMTP id iBEIf7vk026411 for ; Tue, 14 Dec 2004 15:41:07 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Tue, 14 Dec 2004 15:41:07 -0300 (ART) From: Fernando Gleiser To: freebsd-questions@freebsd.org Message-ID: <20041214153502.D24270@cactus.fi.uba.ar> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Score: -4.9 () BAYES_00 X-Scanned-By: MIMEDefang 2.42 Subject: web-based password checking tool? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 18:37:23 -0000 I have a FreeBSD box with more then 400 accounts. the users are non-technical, administrative kind of persons. The box is working as a mail server, with sendmail as MTA and cyrus IMAPd, authenticating against the system files (/etc/master.passwd) not using SASL. I need a web based tool to let the users change their passwords, since they don't have shell access, a web-based solution seems like the only way to let them do it without bothering the admins. Thanks in advance. Fer