On Fri, 18 May 2001, Kevin HaleBoyes wrote:
>
> And that did it. Next I have to figure out how to seed (for now) my users
> table with MD5 passwords. Any help there would be welcome.
JDBCRealm-howto.html goes through all the steps neeed, however. There was
a refactoring made around TC4.2-3 and the public static Digest method along
with the main() from JDBCRealm got "cleaned" out, I put them back in today
so if you download this nights upcoming build you can use those
methods to generate your digested passwords.
i.e. $java -classpath catalina.jar org.apache.catalina.realm.JDBCRealm -a md5
password
If you're using TC3.x you can ignore this.
..bip