diff options
author | wollman <wollman@FreeBSD.org> | 2002-07-19 01:22:30 +0800 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 2002-07-19 01:22:30 +0800 |
commit | 345580a3f4fdbf7d9e1c5c9c0407d08428ef5ce0 (patch) | |
tree | a0ab70e04e3dce30f853e8eda9a477fe9cabedab /www/mod_auth_kerb | |
parent | 2c5f9262cd0ed3de4bb4bf7e8eb82c68fed99b6f (diff) | |
download | freebsd-ports-graphics-345580a3f4fdbf7d9e1c5c9c0407d08428ef5ce0.tar.gz freebsd-ports-graphics-345580a3f4fdbf7d9e1c5c9c0407d08428ef5ce0.tar.zst freebsd-ports-graphics-345580a3f4fdbf7d9e1c5c9c0407d08428ef5ce0.zip |
Update WWW to point to sourceforge.net.
Diffstat (limited to 'www/mod_auth_kerb')
-rw-r--r-- | www/mod_auth_kerb/pkg-descr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_auth_kerb/pkg-descr b/www/mod_auth_kerb/pkg-descr index 88d070bc10a..4dbb5e15196 100644 --- a/www/mod_auth_kerb/pkg-descr +++ b/www/mod_auth_kerb/pkg-descr @@ -7,8 +7,8 @@ package is built with the KRB5_VERIFY_TICKET and KRB5_SAVE_CREDENTIALS options, and *without* Kerberos v4 support. In order to successfully authenticate users, the Web server will need a keytab file containing a key for the principal `www/my.host.name.example@MY.REALM.EXAMPLE' -which is readable by the user Apache runs as; the location of this +which is readable only by the user Apache runs as; the location of this keytab defaults to ${LOCALBASE}/etc/apache/keytab but can be modified in the server configuration. -WWW: http://stonecold.unity.ncsu.edu/software/mod_auth_kerb/ +WWW: http://modauthkerb.sourceforge.net/ |