Re: Passwords in tomcat_users.xml

2006-02-21 Thread Markus Schönhaber
Möller Ulf wrote: > Do the passwords in tomcat_users.xml have to be stored in plain text, or is > there any way of using hashed passwords? You can use digested passwords. Of course, you have to tell Tomcat that the passwords are digested by setting the "digest"-attribute of t

Passwords in tomcat_users.xml

2006-02-21 Thread Möller Ulf
Hi, Do the passwords in tomcat_users.xml have to be stored in plain text, or is there any way of using hashed passwords? I couldn't find this question answered in the docs, so I'd be grateful for any help. Thanks, Ulf