NOTICE: This package has been removed from pkgsrc

./www/ap-auth-external, Apache module for external program authentication

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.1.19nb2, Package name: ap13-auth-external-2.1.19nb2, Maintainer: pkgsrc-users

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.


Required to build:
[www/apache] [lang/perl5]

Master sites:

SHA1: da2266f93acf82e488e14380157f1acd69198ad9
RMD160: f4012119f3e3eca73b07c1f90292338e6256e31a
Filesize: 50.186 KB

Version history: (Expand)


CVS history: (Expand)


   2014-06-10 17:22:19 by Joerg Sonnenberger | Files touched by this commit (239) | Package removed
Log message:
Retire Apache 1.3 and 2.0.
   2012-10-28 07:31:10 by Aleksej Saushev | Files touched by this commit (600)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2010-02-20 15:58:46 by Joerg Sonnenberger | Files touched by this commit (29)
Log message:
DESTDIR support for various Apache modules.
   2010-02-12 22:01:27 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
DESTDIR support
   2009-07-22 02:56:27 by Amitai Schlair | Files touched by this commit (2)
Log message:
Update MASTER_SITES and HOMEPAGE.
   2007-12-20 15:31:52 by Stephen Borrill | Files touched by this commit (1)
Log message:
Split out Apache 2.x code into ap2-auth-external. Fixes pkg/37362
   2007-11-02 16:06:26 by Stephen Borrill | Files touched by this commit (3)
Log message:
Add support for passing through METHOD to the authenticator which allows you
to grant read-only or write access to WebDAV directories.
   2007-02-03 05:13:25 by OBATA Akio | Files touched by this commit (2)
Log message:
Fix module name in MESSAGE for apache2.
Pointed out in PR 35510.