Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 54D1263B99A for ; Tue, 29 Jul 2008 05:07:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id E693E63B18C; Tue, 29 Jul 2008 05:07:47 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 0490863B16D for ; Tue, 29 Jul 2008 05:07:46 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id CD9ED175D0; Tue, 29 Jul 2008 05:07:46 +0000 (UTC) From: Amitai Schlair Subject: CVS commit: pkgsrc/www/ap22-authnz-external To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org Message-Id: <20080729050746.CD9ED175D0@cvs.netbsd.org> Date: Tue, 29 Jul 2008 05:07:46 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: schmonz Date: Tue Jul 29 05:07:46 UTC 2008 Update of /cvsroot/pkgsrc/www/ap22-authnz-external In directory ivanova.netbsd.org:/tmp/cvs-serv3303 Log Message: Initial import of ap22-authnz-external, based on ap2-auth-external. The Apache HTTP Daemon can be configured to require users to supply logins and passwords before accessing pages in some directories. Authentication is the process of checking if the password given is correct for a user. Apache has standard modules for authenticating out of several different kinds of databases. The external authentication module provides a flexible tool for creating authentication systems based on other databases. The module can be used in either of two somewhat divergent ways: 1) External Authentication: When a user supplies a login and password, mod_auth*_external runs a program you write, passing it the login and password. Your program does whatever checking and logging it needs to, and then returns a Accept/Reject flag to Apache. 2) Hardcoded Authentication: Some hooks have been inserted into mod_auth*_external to make it easy to replace the call to the external authentication program with a call to a hardcoded internal authentication routine that you write. Status: Vendor Tag: TNF Release Tags: pkgsrc-base N pkgsrc/www/ap22-authnz-external/DESCR N pkgsrc/www/ap22-authnz-external/distinfo N pkgsrc/www/ap22-authnz-external/Makefile N pkgsrc/www/ap22-authnz-external/MESSAGE N pkgsrc/www/ap22-authnz-external/PLIST N pkgsrc/www/ap22-authnz-external/patches/patch-aa No conflicts created by this import