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

RE: [TSVN] Tortoise and SSPI/NTLM?

From: Damian Powell <DamianP_at_cgp.co.uk>
Date: 2004-11-19 17:14:02 CET

We use almost exactly the same setup. However, we additionally specify
"AuthzSVNAccessFile D:\Repositories\Subversion\svn-access-file" which has
contents similar to those shown below. At the moment, your users are
authenticating but not being authorized. In our setup we have
SSPIAuthoritative set to off but that shouldn't make too much difference to
your configuration.

[groups]
proj1-developers = MYDOMAIN\user1, MYDOMAIN\user2, MYDOMAIN\user3
proj2-developers = MYDOMAIN\user2
proj3-developers = MYDOMAIN\user3, MYDOMAIN\user4

[Project1:/]
* = r
@proj1-developers = rw

[Project2:/]
* = r
@proj2-developers = rw

[Project3:/]
* = r
@proj3-developers = rw

[OpenProject:/]
* = rw

I hope that's useful to you.

TTFN,
Damian.

-------------
Damian Powell
[w] http://www.cgpa.co.uk/
[t] +44 (0)1684 584 700
[e] damianp@cgp.co.uk

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Nov 19 17:14:25 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.