Hi DJ. Sorry for the slow response - mailing list problems... On Sat, 2006-09-16 at 05:08 -0600, D.J. Heap wrote: > I'm tracking down some user reports of SSPI not working in 0.26. > After looking through the code a bit, it appears that 0.26 was changed > so that unless an HTTPS connection is being used, SSPI is off by > default. Could you just confirm that that is a change in behavior > from 0.25.5?
Ah, yes, it is. SSPI was on-by-default for non-SSL connections in 0.25.x but shouldn't have been, I hadn't noticed until you asked. With the auth code refactoring in 0.26.0 that got fixed - the 0.26.0 behaviour is as intended. I'll (belatedly) document this in the NEWS file, sorry it wasn't there before. Regards, joe _______________________________________________ neon mailing list [email protected] http://mailman.webdav.org/mailman/listinfo/neon
