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

RE: [TSVN] No user/password asked

From: Girouard, Audrey <Audrey.Girouard_at_BancTec.ca>
Date: 2004-07-12 23:01:39 CEST

I put the name of the domain of my computer on the SSPI <domaincontroller>
(SSPI domainABC)

Now, I can connect through https://<ipadress>/svn/Project, and all the users
of the domain can connect automatically (I haven't added them in my passwd
file).
Is this normal? Shoudn't I have to enter them one by one?

I want to control the access to my repository. In my httpd.conf, I have put

---
AuthzSVNAccessFile svnaccessfile
<LimitExcept GET PROPFIND OPTIONS REPORT>
Require valid-user
</LimitExcept>
---
In my svnaccessfile, I have for example:
---
[groups]
developers = agirouard
docs = mbouchard
#to allow everyone read access
[/]
* = r
#allow all developers complete access
@developers = rw
---
Now, when I try to look at my files through IE, I don't need an
authorization. 
If I put * = w (for test purposes), I can't look at my files (still no
authorization).
Why is that so? 
Audrey
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Jul 13 00:06:36 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.