[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Adding support for NTLM, Kerberos

From: John Barstow <John_Barstow_at_gfsg.co.nz>
Date: 2002-10-03 23:28:32 CEST

I added the auth_SSPI module to my Win32 Apache server and promptly began
getting authorization failures from the subversion clients.
A little poking indicated that digest and basic authentication are handled
by the neon library, but not NTLM or Kerberos authentication. Now, I can
handle coding that support up, but I'm not sure where to set my handlers to
trap the 401 being returned by the server, where to add my negotiation
headers, or how to inspect the server's headers. I've been trying to work
out the control flow and it seems a bit confusing - probably because I've
been doing C++ instead of C for so long.
If someone can point me the right area, I can start hacking in the new
support.

John C Barstow

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 3 23:23:42 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.