-----Mensagem original-----
De: Mark Phippard [mailto:MarkP@softlanding.com]
Enviada em: quinta-feira, 16 de setembro de 2004 17:06
Para: Luis Braga
Cc: users@subversion.tigris.org
Assunto: Re: SSPI + Apache + Windows XP + TortoiseSvn = I crazed
"Luis Braga" <lbraga@fpf.br> wrote on 09/16/2004 04:42:51 PM:
> Hi, .... let me cry :-(
>
> I'm trying to use apache SSPI with subversion, what I did:
> 1 - Install apache - step ok
> 2 - install subversion - step ok
> 3 - configure httpd.conf to load modules required and create a
> location
point
> to my repositories folder - step ok
> 4 - create the repository - step ok
> 4 - test on IE http://myserver:8066/svn/myprojetc - step ok
> 5 - install TortoiseSvn in a client machine - step ok
> 6 - all works fine, i do checkout, commit and updates gracefully.
>
>
> Now I can read repository, but can´t commit, if I change line * = rw
> on
root
> dir I can commit, but all users of domain can do it, and I want give
access to
> write only to some users.
>
>>I have this configuration directive for SSPI in Apache:
>>SSPIOmitDomain On
>>This strips the Domain from the authentication. In my SVN Access file, I then just have usernames. Works great.
>>I would post your Apache <location> directive if this does not help.
>>Mark
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:27:12 2004