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 anyth
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
[mailto:[EMAIL 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
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 from "BASIC"
> to
> "DIGEST" in and it should start working using digest
> authentication?
>
> It's not, obviously, but I've seen previous p