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

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

From: Luis Braga <lbraga_at_fpf.br>
Date: 2004-09-17 00:11:01 CEST

 
Thanks a lot friends, but I solved the problem finally, just adding repository name in sections of my svnaccess file, like as below.

#my svnaccess file now

[groups]
programmers = lbraga,hrocha,htorres
analysts = lbraga

[qbzilla:/]
* = r

[qbzilla:/doc]
@analysts = rw
@programmers = r

[qbzilla:/src]
@programmers = rw
@analysts = rw

Thanks a lot.

Luis Braga
ICQ: 59039412

-----Mensagem original-----
De: Johnson, Russell D. [mailto:RUSSELL.D.JOHNSON@saic.com]
Enviada em: quinta-feira, 16 de setembro de 2004 17:55
Para: Luis Braga; Mark Phippard
Cc: users@subversion.tigris.org
Assunto: RE: SSPI + Apache + Windows XP + TortoiseSvn = I crazed

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 Fri Sep 17 00:12:00 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.