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

Authentication problems

From: Tim Armes <tarmes_at_fr.imaje.com>
Date: 2004-02-19 11:46:29 CET

Hi,

We've had subversion set up and working for a while now, using TortoiseSVN
as the client.

The other day I tried setting up a Webfolder to access the repository, and
that worked perfectly. Happy with this discovery I tried demonstrating it
on a colleague's machine, buf for some reason he wasn't able to connect.
And neither could my other colleagues.

I tried viewing the repository directly using Internet Explorer, and that
returned "Access Unauthorised". Yet, there's never a demand for the
password.

When I try the same thing on my account it works as expected. When my
colleague uses Tortoise, it works. Why can't he access it using IE? My
Apache set up looks like this:

<Location /svn/proj>
DAV svn
SVNPath D:\svn\proj
AuthType SSPI
SSPIAuth On
SSPIAuthoritative On
SSPIDomain MYDOMAIN
SSPIOfferBasic On
AuthzSVNAccessFile D:\svn\accessfile.txt
Require valid-user
</Location>

My access file is:

[groups]
developers = MYDOMAIN\dev1,MYDOMAIN\dev=2,MYDOMAIN\dev3
[/]
* =
@developers = rw

These look right to me, and indeed with tortoise and the svn command line
there are no problems.

Any ideas?

Tim
###########################################

This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.F-Secure.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 19 11:47:17 2004

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.