Apache-AuthzCache

 view release on metacpan or  search on metacpan

AuthzCache.pm  view on Meta::CPAN

=head1 NOTES

This module requires that the primary authorization handler set
the REMOTE_GROUP environment variable with the group to which the
user successfully was authorized.

This module also has a workaround to the bugs in the
set_handlers() method of mod_perl-1.2x. It will write notes to
downstream handlers.

At the time of publication, the only primary authorization
handler established to both set the REMOTE_GROUP and read the
notes left by AuthzCache is Apache::AuthzLDAP.

=head1 AVAILABILITY

This module is available via CPAN at
http://www.cpan.org/modules/by-authors/id/C/CG/CGILMORE/.

=head1 AUTHORS

Christian Gilmore <cag@us.ibm.com>

=head1 SEE ALSO

httpd(8)

=head1 COPYRIGHT

Copyright (C) 2003, International Business Machines Corporation
and others. All Rights Reserved.

This module is free software; you can redistribute it and/or
modify it under the terms of the IBM Public License.

=cut

###############################################################################
###############################################################################
# $Log: AuthzCache.pm,v $
# Revision 1.17  2003/06/19 14:40:46  cgilmore
# upped version number
#
# Revision 1.16  2003/06/19 14:38:08  cgilmore
# see ChangeLog
#
# Revision 1.15  2003/06/18 16:35:30  cgilmore
# see ChangeLog
#
# Revision 1.14  2003/04/17 19:33:03  cgilmore
# now handle AuthzRequire element
#
# Revision 1.13  2003/04/17 18:31:22  cgilmore
# *** empty log message ***
#
# Revision 1.12  2002/04/09 21:57:29  cgilmore
# added appropriate handling of require user and require valid-user
# in manage_cache
#
# Revision 1.11  2002/04/04 17:35:45  cgilmore
# updated to handle FileCache and added status
#
# Revision 1.10  2001/07/17 20:05:52  cgilmore
# updated documentation
#
# Revision 1.9  2001/07/12 14:12:48  cgilmore
# see ChangeLog
#
# Revision 1.8  2001/05/29 16:21:35  cgilmore
# corrected strict syntax issue
#
# Revision 1.7  2001/02/28 23:52:26  cgilmore
# added requirement for Apache::Log
#
# Revision 1.6  2001/01/08 17:41:24  cgilmore
# Better handled pre-1.26 set_handlers bugs
#
# Revision 1.5  2000/09/26 20:11:50  cgilmore
# namespace to Apache from Tivoli. Added pod.
#
# Revision 1.4  2000/08/26 15:35:44  cgilmore
# moved group parsing to String::ParseWords
#
# Revision 1.3  2000/07/13 19:09:28  cgilmore
# attempted to correct overwriting previously cached group (array growth)
#
# Revision 1.2  2000/07/12 18:32:07  cgilmore
# Finally found a hack (using r->notes) around bugs in set_handlers()
# and lookup_uri(). See files for more.
#
# Revision 1.1  2000/06/23 20:53:10  cgilmore
# Initial revision
#
###############################################################################
###############################################################################



( run in 0.560 second using v1.01-cache-2.11-cpan-df04353d9ac )