diff options
author | brooks <brooks@FreeBSD.org> | 2006-02-08 11:06:22 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2006-02-08 11:06:22 +0800 |
commit | 6fd8159e2097bbaf4ac1be692fb72aa597207449 (patch) | |
tree | 4c5c688415bbc92f5c899a69bd72bc29690a4482 /www/Makefile | |
parent | 0dfa77a8b1acc9afdc15f8ac43a55f5e5c12cde9 (diff) | |
download | freebsd-ports-gnome-6fd8159e2097bbaf4ac1be692fb72aa597207449.tar.gz freebsd-ports-gnome-6fd8159e2097bbaf4ac1be692fb72aa597207449.tar.zst freebsd-ports-gnome-6fd8159e2097bbaf4ac1be692fb72aa597207449.zip |
Add www/mod_pubcookie:
Pubcookie is an open-source package for intra-institutional
single-sign-on end-user web authentication. More generally, it is an
approach to identifying users as they browse to an institution's many
websites that require authentication. It helps an institution reuse
existing authentication services (like Kerberos, LDAP, or NIS), and it
limits the exposure of end-user passwords by ensuring they're only sent
to a trusted login service.
This port contains the apache module portion of the Pubcookie system.
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 58410a6e111a..730be414143b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -345,6 +345,7 @@ SUBDIR += mod_php5 SUBDIR += mod_proxy_add_forward SUBDIR += mod_proxy_html + SUBDIR += mod_pubcookie SUBDIR += mod_put SUBDIR += mod_python SUBDIR += mod_python3 |