Tomcat 4.1.18 Administration Tool does not appear to support pass word encryption

2003-09-19 Thread Gardner, David [IT]
I am using a tomcat Realm user database that reads the standard tomcat-users.xml file using MD5 encryption. I have set up the administration tool to allow user name and password administration. This works but only saves a clear text password back to the tomcat-users.xml file. There appears to be

Re: Tomcat 4.1.18 Administration Tool does not appear to support pass word encryption

2003-09-19 Thread Tim Funk
tomcat-users.xml is meant for *simple* password maintenance. For more advance password usage - use a different Realm such as JDBCRealm or JNDIRealm -Tim Gardner, David [IT] wrote: I am using a tomcat Realm user database that reads the standard tomcat-users.xml file using MD5 encryption. I