mod_kct: kerberos credential translator.
	Based on a client side certificate (such as one created by kca
	and fetched using kx509), get kerberos service tickets so that
	cgi-bin applications can access kerberos authenticated
	services.

Change Log:
    20021023+ -
	added copyrights, configure logic, etc.
    6/21/2002 -
	- Major changes to allow more configuration options.
	- mod_kct can now be configured to require user authentication
	for all connections, or only for certain directories.
	- Other clean-up and error handling was done.


This version comes from code originally done by
	Olga Kornievskaia <aglo@umich.edu>,
as modified by
	Marcus Watts <mdw@umich.edu>
	Bill Doster <billdo@umich.edu>
	Kevin Coffman <kwc@umich.edu>

http://www.citi.umich.edu/projects/qos/olga/sld001.htm
	Olga's description of the beast

http://www.citi.umich.edu/u/aglo/code/index.html
	index to code (other bits too) -- (need KCT server
	installed somewhere, source also available on this page
	to make use of this...)
http://www.citi.umich.edu/u/aglo/code/apache/mod_kct.c
	actual code downloadable -- NOTE: ancestor of the
	distribution which includes this file.

CVS repository path and module name:
	cvs -d /afs/umich.edu/group/itd/umich/cvs/kct co mod_kct

See the file INSTALL in this directory for notes on how to build,
	configure, and install this module.

This software is
 Copyright (c) 2002
 The Regents of the University of Michigan
 ALL RIGHTS RESERVED

 permission is granted to use, copy, create derivative works
 and redistribute this software and such derivative works
 for any purpose, so long as the name of the university of
 michigan is not used in any advertising or publicity
 pertaining to the use or distribution of this software
 without specific, written prior authorization.  if the
 above copyright notice or any other identification of the
 university of michigan is included in any copy of any
 portion of this software, then the disclaimer below must
 also be included.

 this software is provided as is, without representation
 from the university of michigan as to its fitness for any
 purpose, and without warranty by the university of
 michigan of any kind, either express or implied, including
 without limitation the implied warranties of
 merchantability and fitness for a particular purpose. the
 regents of the university of michigan shall not be liable
 for any damages, including special, indirect, incidental, or
 consequential damages, with respect to any claim arising
 out of or in connection with the use of the software, even
 if it has been or is hereafter advised of the possibility of
 such damages.
