[Mod-auth-commit] mod_auth_webspace/htdocs index.xml,1.10,1.11
Brought to you by:
firechipmunk,
honx
From: <fir...@us...> - 2003-11-17 04:33:32
|
Update of /cvsroot/mod-auth/mod_auth_webspace/htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv12064 Modified Files: index.xml Log Message: added initial stuff about authn_cache. Index: index.xml =================================================================== RCS file: /cvsroot/mod-auth/mod_auth_webspace/htdocs/index.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** index.xml 11 Nov 2003 04:34:38 -0000 1.10 --- index.xml 17 Nov 2003 04:32:48 -0000 1.11 *************** *** 43,46 **** --- 43,53 ---- <section id="Projects"> <title>Projects</title> + <section id="mod_authn_cache"> + <title>mod_authn_cache</title> Caches Authentication information from other modules in shared memory to improve performance.<br/> + [Status: <span style="color: red;">In Development</span>] + [<a href="docs/mod_authn_cache">docs</a>] + [download] + [<a href="http://cvs.sourceforge.net/viewcvs.py/mod-auth/mod_authn_cache/">cvsweb</a>] + </section> <section id="mod_authn_dbi"> <title>mod_authn_dbi</title> Uses <a href="http://libdbi.sourceforge.net/">libdbi</a> to provide a cross database authentication module.<br/> *************** *** 52,56 **** <section id=">mod_authn_mysql"> <title>mod_authn_mysql</title> Uses the <a href="http://www.mysql.com/">libmysqlclient</a> to provide database based authentication.<br/> ! [Status: <span style="color: red;">Broken</span>] [<a href="docs/mod_authn_mysql">docs</a>] [no downloads] --- 59,63 ---- <section id=">mod_authn_mysql"> <title>mod_authn_mysql</title> Uses the <a href="http://www.mysql.com/">libmysqlclient</a> to provide database based authentication.<br/> ! [Status: <span style="color: red;">In Development</span>] [<a href="docs/mod_authn_mysql">docs</a>] [no downloads] *************** *** 59,63 **** <section id="mod_authn_pam"> <title>mod_authn_pam</title> Authenticate using the <a href="http://www.kernel.org/pub/linux/libs/pam/">PAM</a> framework.<br/> ! [Status: <span style="color: red;">In Development</span>] [<a href="docs/mod_authn_pam">docs</a>] [no downloads] --- 66,70 ---- <section id="mod_authn_pam"> <title>mod_authn_pam</title> Authenticate using the <a href="http://www.kernel.org/pub/linux/libs/pam/">PAM</a> framework.<br/> ! [Status: <span style="color: blue;">Working</span>] [<a href="docs/mod_authn_pam">docs</a>] [no downloads] |