I've experienced that both a comma and space are necessary when specifying
lists of people in the access file on Windows 2000.
In your access file, try changing this line:
programmers = lbraga,hrocha,htorres
to:
programmers = lbraga, hrocha, htorres
-----Original Message-----
From: Luis Braga [mailto:lbraga@fpf.br]
Sent: Thursday, September 16, 2004 2:26 PM
To: Mark Phippard
Cc: users@subversion.tigris.org
Subject: RES: SSPI + Apache + Windows XP + TortoiseSvn = I crazed
<cut>
Hi Mark,
Thanks a lot, unfortunately not work, I did that before my post, and now I
try again...
My location:
<Location /svn>
DAV svn
SVNParentPath "c:\Laboratorio1\svn"
AuthType SSPI
SSPIAuth On
SSPIAuthoritative On
SSPIDomain dom
SSPIOmitDomain On
SSPIOfferBasic On
#AuthName "Repositórios do Subversion"
AuthzSVNAccessFile "C:\Apache\Apache2\bin\svnaccessfile"
#AuthzSVNAccessFile svnaccessfile
require valid-user
</Location>
My accessfile...
[groups]
programmers = lbraga,hrocha,htorres
analysts = lbraga
[/]
* = r <--- if I put rw here works, but all users of windows domain give
access.
[/qbzilla/doc]
@analysts = rw
@programmers = r
[/qbzilla/src]
@programmers = rw
@analysts = rw
Best regards..
Luis Braga
ICQ: 59039412
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 16 23:55:47 2004