Re: BASIC authentication to DIGEST authentication

2006-06-14 Thread jamurph
Mark, I've running Tomcat 5.0.28. BASIC is working ok with JDBC and JNDI, but when I change to DIGEST, login fails (401). I don't see anything in the log files and it looks like Tomcat isn't even trying to authenticate the user. Cann't see anything in LDAP logs for example. The password is stored

Re: BASIC authentication to DIGEST authentication

2006-06-14 Thread Mark Thomas
jamurph wrote: From your response, it looks like JNDI, JDBC, digested passwords with digest authentication, are not supported until Tomcat version 5.5.5? It would explain why DIGEST with JNDI / JDBC doesn't work if running tomcat 5.0.28. I'm looking in the release notes but cann't see anything.

Re: BASIC authentication to DIGEST authentication

2006-03-08 Thread Mark Thomas
Jay Burgess wrote: Given that I've got BASIC authentication working for my webapp using cleartext passwords, shouldn't I simply be able to change my auth-method from BASIC to DIGEST in login-config and it should start working using digest authentication? It's not, obviously, but I've

RE: BASIC authentication to DIGEST authentication

2006-03-08 Thread Jay Burgess
PROTECTED] Sent: Wednesday, March 08, 2006 4:38 PM To: Tomcat Users List Subject: Re: BASIC authentication to DIGEST authentication Jay Burgess wrote: Given that I've got BASIC authentication working for my webapp using cleartext passwords, shouldn't I simply be able to change my auth-method from