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

Re: Browser does not cache credentials

From: Gabor Szabo <szabgab_at_gmail.com>
Date: 2005-05-20 22:41:28 CEST

On 5/19/05, Matt Griswold <matt@devit.com> wrote:
> I had the same issue and was able to fix it by allowing read access from the
> root, i.e.,
>
> [/]
> * = r
>

Yes, that seems to do the trick, thanks.

But now users can see each others
repository even though they should be not allowed.
(Anonymous access is actully forbidden to the whole tree)
I had this in my access file:

[/]
* = r

[blue:/]
matt = rw

[green:/]
gabor = rw

and in the Apache config I have

Require valid-user
and I do NOT have Satisfy Any

Users cannot access any of the repositories without authentication
but user "gabor" can read the "blue" repository. This is not what I wanted.
I want to make sure user "gabor" only sees "green"
So I added
* =
to every other entry:

[/]
* = r

[blue:/]
* =
matt = rw

[green:/]
* =
gabor = rw

This seem to work as expected at lest in Firefox.

Do you see any problem with this (besides that is only necessary because
of Firefox ) ?

Gabor

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 20 22:43:11 2005

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.