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

RE: sspi: authorization failed

From: chris-ng <chris-ng_at_s-Versicherung.co.at>
Date: 2006-11-30 11:29:56 CET

I found that svn apparently does not support sspi so I have to set
"SSPIOfferBasic On".

Now I can run svn but I have to supply a password... is there a way
around this?

Also even with "SSPIOfferBasic On" RapidSVN will not work and gives a
"PROPFIND of '/root/samples': 405 Method Not Allowed
(http://dev-server))" error. Is that a problem with RapidSVN, with the
subversion server or ...?

thanks
chris

> -----Original Message-----
> From: chris-ng
> Sent: Thursday, November 30, 2006 10:02
> To: 'users@subversion.tigris.org'
> Subject: sspi: authorization failed
>
> Hi!
>
> I have not been able to get sspi on Windows working - I
> always get the following error from the client:
>
> svn list http://dev-server/svn/samples
> svn: PROPFIND request failed on '/svn/samples'
> svn: PROPFIND of '/svn/samples': authorization failed
> (http://dev-server)
>
> However when I browse http://dev-server/svn/samples with IE
> everything works as expected.
>
> The apache log shows:
>
> 127.0.0.1 - chris [30/Nov/2006:09:42:08 +0100] "GET
> /svn/samples/ HTTP/1.1" 200 341
> 127.0.0.1 - chris [30/Nov/2006:09:42:13 +0100] "GET
> /svn/samples/branches/ HTTP/1.1" 200 268
> 127.0.0.1 - - [30/Nov/2006:09:42:19 +0100] "PROPFIND
> /svn/samples HTTP/1.1" 401 511
>
> For "svn list" the username is missing ...??
>
>
> httpd.conf contains:
>
> <Location /svn>
> DAV svn
> SVNParentPath c:\svndata\root
> SVNListParentPath on
> Require valid-user
>
> AuthType SSPI
> AuthName "Subversion Authentication"
> SSPIAuth On
> SSPIAuthoritative On
> SSPIDomain svag-zentrale
> SSPIOfferBasic Off
>
> SSPIOmitDomain On
> SSPIUsernameCase lower
>
> AuthzSVNAccessFile c:\svndata\svnaccessfile.txt
>
> #tried this as well:
> # <LimitExcept GET PROPFIND OPTIONS REPORT>
> # Satisfy Any
> # Require valid-user
> # </LimitExcept>
>
> </Location>
>
>
> svnaccessfile.txt:
>
> [groups]
> dev1=chris, chris2
>
> [samples:/]
> @dev1=rw
>
>
> Does anybody know what I am doing wrong?
>
> Thanks!
> chris
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 30 11:30:37 2006

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.