Update of /cvsroot/mod-auth/mod_auth_webspace/htdocs/docs/mod_authn_dbi
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22017/docs/mod_authn_dbi
Modified Files:
index.xml
Log Message:
updated docs with the removal of 'native' SHA1 Support.
Index: index.xml
===================================================================
RCS file: /cvsroot/mod-auth/mod_auth_webspace/htdocs/docs/mod_authn_dbi/index.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- index.xml 28 Dec 2003 23:21:48 -0000 1.11
+++ index.xml 8 Feb 2004 21:52:13 -0000 1.12
@@ -605,7 +605,7 @@
<name>AuthnDbiPasswordFormat</name>
<description>The format the password is saved as</description>
<syntax>AuthnDbiPasswordFormat <var>DbiConfigName</var>
- <var>Plain|Apr|AprSHA1|AprDigest</var></syntax>
+ <var>Plain|Apr|AprDigest</var></syntax>
<default><code>plain</code></default>
<contextlist>
<context>server config</context>
@@ -631,7 +631,7 @@
project and comes bundled with the releases of
the Apache server.
- At the moment these are MD5 on Unix,
+ At the moment these are SHA1 and MD5 on Unix,
Windows and other platforms. And
crypt on Unix only.
The formats are exactly the same as are used
@@ -642,22 +642,14 @@
<br /><br />
An example password in md5 format:
<code>$apr1$SvzPV/..$CJl3oQ/ko4Tq5eg6L2Fk..</code><br /><br />
+ An example password in SHA1 format:
+ <code>sha1:{SHA}C+7Hteo/D9vJXQ3UfzxbwnXaijM=</code><br /><br />
Just specify "Apr" as the AuthnDbiPasswordFormat,
- not crypt or md5. The format is detected automatically. Entries of
+ not crypt, sha1 or md5. The format is detected automatically. Entries of
both formats may be mixed within the same table.
</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,
- again like they are used by <code>htpasswd</code>.
- <br /><br />
- An example password in SHA1 format:
- <code>sha1:{SHA}C+7Hteo/D9vJXQ3UfzxbwnXaijM=</code>
- <br /><br />
- </p>
- </li>
<li><code>AprDigest</code>
<p>
The Passwords are in Digest MD5-like format, like
|