diff options
author | will <will@FreeBSD.org> | 2001-04-07 12:25:18 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-04-07 12:25:18 +0800 |
commit | 06915f6ac3351337ecb7bff61b3c06fc73f9ad72 (patch) | |
tree | 77146a07160ee1e87d56c3b08b571712ad6ecae9 /www/Makefile | |
parent | dc0d18f60f016f77cbbb5118fd023c075461ce3f (diff) | |
download | freebsd-ports-gnome-06915f6ac3351337ecb7bff61b3c06fc73f9ad72.tar.gz freebsd-ports-gnome-06915f6ac3351337ecb7bff61b3c06fc73f9ad72.tar.zst freebsd-ports-gnome-06915f6ac3351337ecb7bff61b3c06fc73f9ad72.zip |
Add mod_auth_pam 1.0a, an apache module which allows users to use PAM
modules for user authentication.
PR: 26301
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 b6b76328a699..4438deb47cd8 100644 --- a/www/Makefile +++ b/www/Makefile @@ -110,6 +110,7 @@ SUBDIR += mnoGoSearch-current SUBDIR += mod_access_referer SUBDIR += mod_auth_mysql + SUBDIR += mod_auth_pam SUBDIR += mod_auth_pgsql SUBDIR += mod_csacek SUBDIR += mod_dav |