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/mod_pubcookie/pkg-descr | |
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/mod_pubcookie/pkg-descr')
-rw-r--r-- | www/mod_pubcookie/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/mod_pubcookie/pkg-descr b/www/mod_pubcookie/pkg-descr new file mode 100644 index 000000000000..12f80ba8cfed --- /dev/null +++ b/www/mod_pubcookie/pkg-descr @@ -0,0 +1,11 @@ +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. + +WWW: http://pubcookie.org/ |