We run our authentication through apache (kerberos to an active
directory), so this may not work for you. However we just use simple
apache access rules. Something like the below.

<Location "/browser/project/branches/secret-branch">
       Require user [EMAIL PROTECTED]
</Location>


On Wed, Dec 3, 2008 at 4:22 PM, bfrederi <[EMAIL PROTECTED]> wrote:
>
> Is it possible to give anonymous users the ability to view certain
> directories within "Browse Source" but not give them permission to
> view the entire repository? The reason we need this is because we have
> compromising data in some of the directories, but we also want to be
> able to link people to other directories within the repository.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to