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

RE: SSPI + Apache + Windows XP + TortoiseSvn = I crazed

From: Johnson, Russell D. <RUSSELL.D.JOHNSON_at_saic.com>
Date: 2004-09-16 23:55:02 CEST

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

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.