diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2011-02-26 15:11:28 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2011-02-26 15:11:28 +0000 |
commit | 0d06f0c26448a35cf911ae5c9c0ee270a4329846 (patch) | |
tree | 71dc463ea46165c62ec75233e59571455e3d2e05 /www/Makefile | |
parent | 1fd64d2aa98497a2abb640973a340d525659a383 (diff) | |
download | ports-0d06f0c26448a35cf911ae5c9c0ee270a4329846.tar.gz ports-0d06f0c26448a35cf911ae5c9c0ee270a4329846.zip |
mod_auth_tkt is a lightweight single-sign-on authentication module for
apache, supporting versions 1.3.x, 2.0.x, and 2.2.x. It uses secure
cookie-based tickets to implement a single-signon framework that works
across multiple apache instances and servers.
WWW: http://www.openfusion.com.au/labs/mod_auth_tkt/
Notes
Notes:
svn path=/head/; revision=269810
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 b51b322612bf..a4fd23847156 100644 --- a/www/Makefile +++ b/www/Makefile @@ -458,6 +458,7 @@ SUBDIR += mod_auth_pgsql2 SUBDIR += mod_auth_pubtkt SUBDIR += mod_auth_remote + SUBDIR += mod_auth_tkt SUBDIR += mod_auth_useragent SUBDIR += mod_auth_xradius SUBDIR += mod_authenticache |