Re: Form Based Authentication with Encryption

2001-03-07 Thread Andrew Robson
Hi Amit, I'm using 3.2 so details may vary. What you want to do is write your own authentication module. Easier than it sounds. Just take a copy of the authentication module you are using (SimpleRealm?) to use as a base for your own code. Add in the functionality you want, compile and include

Re: Form Based Authentication with Encryption

2001-03-07 Thread amit
? Thanks in advance. Regards, -Amit. - Original Message - From: Andrew Robson To: [EMAIL PROTECTED] Sent: Wednesday, March 07, 2001 3:37 PM Subject: Re: Form Based Authentication with Encryption Hi Amit, I'm using 3.2 so details may vary.What you want to do is

Form Based Authentication with Encryption

2001-03-06 Thread amit
Hi All, I'm using tomcat 4.0 Beta1. I successfully tested out theform based authentication provided with tomcat. But , the main problem with it is : It uses plain text to store users,roles and passwords in the "tomcat-users.xml" file placed inTOMCAT_HOME\conf. Is there any plugin