head	1.3;
access;
symbols
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2004.07.11.09.18.44;	author clement;	state dead;
branches;
next	1.2;

1.2
date	2003.12.21.18.40.44;	author clement;	state Exp;
branches;
next	1.1;

1.1
date	2003.10.14.10.57.45;	author erwin;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Update to 2.2.8
- Utilize www/apache2/Makefile.modules.3rd macros
@
text
@libexec/apache2/mod_auth_external.so
@@exec %D/sbin/apxs -e -a -n auth_external %D/%f
@@unexec echo "===>  If you do not plan on reinstalling mod_auth_external, you must manually remove"; echo "===>  references to it in httpd.conf."
@


1.2
log
@- Update to 2.2.7
- use PORTDOCS macro
- Change my email address

Approved by:        erwin (mentor)
@
text
@@


1.1
log
@Add mod_auth_external2 2.2.6,

Mod_Auth_External is an Apache module used for authentication. 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.
Mod_Auth_External is a flexible tool for creating authentication systems based
on other databases.

WWW: http://www.unixpapa.com/mod_auth_external.html

PR:		57967
Submitted by:	Clement Laforet <sheepkiller@@cultdeadsheep.org>
@
text
@a1 4
%%PORTDOCS%%%%DOCSDIR%%/AUTHENTICATORS
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@@dirrm %%DOCSDIR%%
@

