Hi all,
I think this issue solved. I just added this in my httpd.conf:
<LocationMatch "/trac/Project/login">
AuthType Basic
AuthName "Trac - ProjectName"
AuthUserFile /svn/authfiles/svn-htpasswd
Require user Login1 Login2 Login3
</LocationMatch>
Now i can`t login with other accounts that I don't set in 'Require' and it
was just what i was looking.
Thanks for all
2008/12/4 Noah Kantrowitz <[EMAIL PROTECTED]>
>
> What do you expect to happen? In both cases all users have read access
> to SVN, so you won't notice any differences.
>
> --Noah
>
> On Nov 29, 2008, at 4:51 PM, Roberto Lima wrote:
>
> >
> > Hi all,
> > I'm new here and I have an issue. I have an SVN server with multiples
> > projects and if I define on authz file:
> >
> > [project1:/]
> > userOne = rw
> > * = r
> >
> > [project2:/]
> > userTwo = rw
> > * = r
> >
> > When I access my trac website for project1 with login userTwo this
> > join normally and this is completly wrong. This issue only happens in
> > trac, with svn repository this does not happen.
> >
> > Anyone knows How and where do I setup that this don't happen?
> >
> > Thanks in advance and sorry for my bad english.
> >
> > Roberto.
> >
> > >
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---