[Mod-auth-commit] mod_auth_webspace/htdocs/docs/mod_authn_dbi index.xml,1.10,1.11
Brought to you by:
firechipmunk,
honx
From: <ho...@us...> - 2003-12-28 23:21:52
|
Update of /cvsroot/mod-auth/mod_auth_webspace/htdocs/docs/mod_authn_dbi In directory sc8-pr-cvs1:/tmp/cvs-serv29551 Modified Files: index.xml Log Message: just an note that SHA1 support will move into apr_password_validate() Index: index.xml =================================================================== RCS file: /cvsroot/mod-auth/mod_auth_webspace/htdocs/docs/mod_authn_dbi/index.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** index.xml 26 Dec 2003 00:11:28 -0000 1.10 --- index.xml 28 Dec 2003 23:21:48 -0000 1.11 *************** *** 627,631 **** <p> Passwords are in a format that can be handled ! by the apr_password_validate function of the libapr-util library, which is part of the apache project and comes bundled with the releases of --- 627,631 ---- <p> Passwords are in a format that can be handled ! by the <code>apr_password_validate()</code> function of the libapr-util library, which is part of the apache project and comes bundled with the releases of *************** *** 649,653 **** </p> </li> ! <li><code>AprSHA1</code> <p> Passwords are in the SHA1 format of libapr-util, --- 649,653 ---- </p> </li> ! <li><code>AprSHA1</code> (this option will disappear very soon when libapr-util also handles SHA1 in <code>apr_password_validate()</code>, just use <code>Apr</code> then) <p> Passwords are in the SHA1 format of libapr-util, |