I am trying the setup my web app to use the DIGEST authentication.  I have
found references to
using the following in the web.xml file:

<web-app>
     .
     .
   <login-config>
      <auth-method>DIGEST</auth-method>
   </login-config>
</web-app>

I have also seen a reference to modifying the server.xml file and specifing
digest="MD5"
for the <Realm>.

I just want to end up with MD5 encrypted passwords in the tomcat-users.xml
file vs. clear text.

Thanks.

Stan Henderson, Software Engineer
IBM Security Products Development
Internet: [EMAIL PROTECTED]
Notes: Stan Henderson/Austin/[EMAIL PROTECTED]
Phone: 512-436-4776  T/L: 749-4776


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to