diff options
author | will <will@FreeBSD.org> | 2001-05-20 11:16:09 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-05-20 11:16:09 +0800 |
commit | 0671bd5988c4884ead65a11a0110a1eff37cc27c (patch) | |
tree | 9903157073ab0b06499439bc17582cd455b93356 /www/Makefile | |
parent | 0f92ef6ce84f0fc91066b3e90e6ce4e3243befe7 (diff) | |
download | freebsd-ports-gnome-0671bd5988c4884ead65a11a0110a1eff37cc27c.tar.gz freebsd-ports-gnome-0671bd5988c4884ead65a11a0110a1eff37cc27c.tar.zst freebsd-ports-gnome-0671bd5988c4884ead65a11a0110a1eff37cc27c.zip |
Add mod_auth_external 2.1.11, an Apache module that enables the use
of external mechanisms for user authentication.
PR: 27321
Submitted by: Anders Nordby <anders@fix.no>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index cd85ad8142e4..8aee8028f0b9 100644 --- a/www/Makefile +++ b/www/Makefile @@ -115,6 +115,7 @@ SUBDIR += mod_access_identd SUBDIR += mod_access_referer SUBDIR += mod_auth_any + SUBDIR += mod_auth_external SUBDIR += mod_auth_mysql SUBDIR += mod_auth_pam SUBDIR += mod_auth_pgsql |