Re: auth-mode=DIGEST and MD5 digested passwords

2008-05-08 Thread lunarfish
Hi Mark. Thanks for the swift response. I've just upgraded to 5.5.26 (5 minutes ago) and the digest auth is all working with the newer release. I guess it may just have been broken in 5.0.28. Cheers. Dan -- View this message in context: http://www.nabble.com/auth-mode%3DDIGEST-and-MD5-digest

Re: auth-mode=DIGEST and MD5 digested passwords

2008-05-08 Thread Mark Thomas
lunarfish wrote: Hi Mark - I appear to have the same issue here. What I've done is changed the default UserDatabase realm, added digest='MD5' and digested the passwords in the file. This works fine. I've then changed web.xml to DIGEST authentication and re-digested the passwords as user:User

Re: auth-mode=DIGEST and MD5 digested passwords

2008-05-08 Thread lunarfish
Hi Mark - I appear to have the same issue here. What I've done is changed the default UserDatabase realm, added digest='MD5' and digested the passwords in the file. This works fine. I've then changed web.xml to DIGEST authentication and re-digested the passwords as user:UserDatabase:password (

Re: auth-mode=DIGEST and MD5 digested passwords

2006-05-03 Thread digby
Great- thanks a lot for that. I'll have a read up, but it's obviously going to be hard recoding the digested passwords when i don't know the original. Mark Thomas wrote: digby wrote: Is there anything to be aware of when (confusingly) you're doing DIGEST authentication with a standard JDBC re

Re: auth-mode=DIGEST and MD5 digested passwords

2006-04-30 Thread Mark Thomas
digby wrote: > Is there anything to be aware of when (confusingly) you're doing DIGEST > authentication with a standard JDBC realm using MD5 digested passwords? > > I've just tried changing an existing app with BASIC authentication to > DIGEST and it stopped authenticating me. I tried all sorts of

auth-mode=DIGEST and MD5 digested passwords

2006-04-27 Thread digby
Is there anything to be aware of when (confusingly) you're doing DIGEST authentication with a standard JDBC realm using MD5 digested passwords? I've just tried changing an existing app with BASIC authentication to DIGEST and it stopped authenticating me. I tried all sorts of web.xml combinatio