Window authentication for a Subversion server
From: Timm Ramzee <spam-z_at_cox.net>
Date: 2003-07-25 21:19:37 CEST
I have recently installed a Subversion server on a Windows XP box and would like to use integrated Windows authentication. There is a great article at http://tortoisesvn.tigris.org/serverinstall.html which describes how to set up a server and even includes a section about how to set up the SSPI authentication. I followed the directions closely but I am still getting the following error message back from the server when I try to do any subversion commands:
% svn up
<Location /svn/>
AuthType SSPI
If I uncomment the lines that are commented out and comment out the SSPI lines things work just great:
% svn up
I can live with basic authentication. It would just be nice to not have to bother with yet another passwd file in the Apache directory.
Thanks for listening,
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.