I am just using the memory realm (by default).


So do you just use "DIGEST" to turn on the MD5 secure logon?
   <auth-method>DIGEST</auth-method>

--Basil Bourque

What Security Realm are you using? JDBC,JNDI, MemoryRealm?
I have had problems with DIGEST authentication for JDBC and JNDIRealm.
I had to implement getPassword() and getPrincipal() methods to make it work
with digest authentication.


-- Uddhav

----- Original Message -----
From: "Basil Bourque" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 17, 2003 7:54 AM
Subject: How to turn on secure (MD5 Digest) version of WebDAV?


How does one turn on the secure logon feature (MD5 Digest) in Tomcat's
WebDAV server?

I cannot find any documentation on the "auth-method" parameter in the
virtual host's "web.xml" file:

   <login-config>
     <auth-method>BASIC</auth-method>
     <realm-name>Tomcat Supported Realm</realm-name>
   </login-config>


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



Reply via email to