On Fri, Nov 24, 2006 at 05:04:22PM +0100, Kaltenberger, Stefan wrote: > my company uses SSPI for authentication at our internal subversion > service. This authentication method has been turned off for NON-HTTPS > connections in version 0.26.0 - We are using only HTTP connections > because HTTPS is unnecessary in our intranet environment. Is there any > possibility to override this behaviour?
Sorry for the slow reply. Using Negotiate without SSL/TLS is insecure so is disabled by default (it always was with the GSSAPI implementation). This can be overridden at API level in neon 0.26.x and I believe future versions of Subversion allow this to be user-configured using that API. Regards, joe _______________________________________________ neon mailing list [email protected] http://mailman.webdav.org/mailman/listinfo/neon
