The uploaded file

    Apache-AuthzCache-0.04.tar.gz

has entered CPAN as

  file: $CPAN/authors/id/C/CG/CGILMORE/Apache-AuthzCache-0.04.tar.gz
  size: 8624 bytes
   md5: 1a7794bc9878041af34f7fc4511b52ef

No action is required on your part
Request entered by: CGILMORE (Christian Gilmore)
Request entered on: Fri, 02 Mar 2001 21:21:18 GMT
Request completed:  Fri, 02 Mar 2001 21:21:28 GMT

        Virtually Yours,
        Id: paused,v 1.72 2000/12/26 15:12:53 k Exp k 


Apache::AuthzCache is designed to work with a mod_perl
authorization module to provide caching of group membership for
site users. For a list of mod_perl authorization modules see:
 
http://www.cpan.org/modules/by-module/Apache/apache-modlist.html
 
When a request that requires authorization is received,
Apache::AuthzCache looks up the REMOTE_USER in a shared-memory
cache (using IPC::Cache) and compares the list of groups in the
cache against the groups enumerated within the "require"
configuration directive. If a match is found, the handler returns
OK and clears the downstream Authz handlers from the
stack. Otherwise, it returns DECLINED and allows the next
PerlAuthzHandler in the chain to be called.
 
After the primary authorization handler completes with an OK,
Apache::AuthzCache::manage_cache adds the new group (listed in
REMOTE_GROUP) to the cache.

See AuthzCache.pm pod for detailed documentation.

$Id: README,v 1.1 2000/09/26 20:11:50 cgilmore Exp $


2001-02-28      Christian Gilmore <[EMAIL PROTECTED]>

        o  Added requirement that Apache::Log be imported. Oversight found
           by Rod Bloodgood.
        o  Made release 0.04
        
2001-01-08      Christian Gilmore <[EMAIL PROTECTED]>

        o  Better handled pre-1.26 set_handlers bugs
        o  Made release 0.03
        
2000-09-26      Christian Gilmore <[EMAIL PROTECTED]>

        o  Made first public release 0.02

$Id: ChangeLog,v 1.4 2001/02/28 23:52:13 cgilmore Exp $

Reply via email to