Authentication issues
From: Aaron Wood <woody77_at_gmail.com>
Date: 2005-09-27 01:15:29 CEST
I'm setting up http/https access for svn, and running into issues.
If I connect to the server with a browser, I get a proper
If I try to do a co from the svn commandline, I get:
>svn co http://server/svn/test1
My apache logs shows:
when a browser connects I see:
If I try to pass my username in as part of the co from the
Furthermore, if I type in an invalid username in the prompt in the
Relevant httpd.conf sections:
LoadModule sspi_auth_module modules/mod_auth_sspi.so
.....
<Location /svn>
AuthName "SVN Server"
Require valid-user
And help would be greatly appreciated.
Thanks,
---------------------------------------------------------------------
|
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.