pkgsrc/www/ap-auth-kerb/MESSAGE
markd 6d79d14a3a Initial import of ap-auth-kerb 5.0rc7
An Apache module designed to provide Kerberos authentication to the
Apache web server. Using the Basic Auth mechanism, it retrieves a
username/password pair from the browser and checks them against a
Kerberos server as set up by your particular organization. The module
also supports the Negotiate authentication method, which performs full
Kerberos authentication based on ticket exchanges, and does not require
users to insert their passwords to the browser.
2006-05-15 12:05:43 +00:00

9 lines
383 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2006/05/15 12:05:43 markd Exp $
In order to use this module in your Apache installation, you need to
add the following to your httpd.conf file:
LoadModule auth_kerb_module lib/httpd/mod_auth_kerb.so
===========================================================================