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

sspi: authorization failed

From: chris-ng <chris-ng_at_s-Versicherung.co.at>
Date: 2006-11-30 10:01:34 CET

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 10:02:11 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.