I have started work on mod_authn_cache.
Basicly it acts like a normal Authn Module to the upper layers, and to the
lower layers(ie authn_dbi) it looks just like it is normaly called.
I took the shared mem and caching stuff from mod_ldap and hacked it up nicely
to be used for my own evil purposes.
example config:
<Location /cache-test>
AuthType Basic
AuthName "basic authn_pop3 testing area"
AuthBasicProvider cache
AuthnCacheProvider pop3
AuthnPOP3Hostname force-elite.com
AuthnPOP3Timeout 20
AuthnPOP3Port 110
Require valid-user
</location>
It currently is rather broken. Feel free to test/debug/fix.
-chip
|