Update of /cvsroot/mod-auth/mod_authn_dbi/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8013/mod_authn_dbi/src
Modified Files:
mod_authn_dbi.c
Log Message:
add an extra note on the 'A1 Hash'.
Index: mod_authn_dbi.c
===================================================================
RCS file: /cvsroot/mod-auth/mod_authn_dbi/src/mod_authn_dbi.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- mod_authn_dbi.c 16 Feb 2004 14:12:13 -0000 1.18
+++ mod_authn_dbi.c 2 Mar 2004 09:09:30 -0000 1.19
@@ -84,7 +84,7 @@
{
plain,
apr, /* handles crypt, sha1 & md5 through apr_password_validate() */
- aprdig
+ aprdig /* Also known as A1 Hashed Passwords in RFC 2617 -- MD5('user:realm:password') */
/*
* Possible other formats to consider:
* pw_mysql
|