diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 2001-10-19 17:40:18 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 2001-10-19 17:40:18 +0000 |
commit | a3db454330be3b2c6b0d59f8afe30fdff03928f3 (patch) | |
tree | 73c624884cdd44e42448a94f0845b392150cd761 /www/Makefile | |
parent | c7ac426c13fc7d0af2bac36d10642fe0f192a5c7 (diff) |
New port www/mod_auth_kerb: authenticate Web clients against Kerberos v5.
Notes
Notes:
svn path=/head/; revision=48962
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 03d58e9ccf01..ab17f4df73cf 100644 --- a/www/Makefile +++ b/www/Makefile @@ -127,6 +127,7 @@ SUBDIR += mod_access_referer SUBDIR += mod_auth_any SUBDIR += mod_auth_external + SUBDIR += mod_auth_kerb SUBDIR += mod_auth_mysql SUBDIR += mod_auth_pam SUBDIR += mod_auth_pgsql |