Larry Rogers wrote:
> 
> Hi All,
> 
> I'm trying to use the static Digest method included in JDBCRealm in
> Tomcat 4b3 from the command line.  When I execute the following

I use Tomcat 4b4.
 
> $ java -classpath catalina.jar org.apache.catalina.realm.JDBCRealm -a
> MD5 pass
> 
> from tomcat/server/lib, I get the output at the end of this message.  I
> have the same trouble using the Digest method from a simple web application.

I believe that the above command is for getting the digest of the
entered password.
I looked up your mail header, you use Linux; so, you can get "md5sum"
program for digesting files.
 
> I want to use the Digest method provided by Tomcat to store encrypted
> passwords in the JDBCRealm database for use in authenticating users of
> my web apps.  If anyone is able to do this, what did you have to do to
> get it to work?

You can see my other posting on JDBCRealm and MD5 passwords.

Oki

Reply via email to