Use the TracForge project index feature.

--Noah

Rob Coenen wrote:
> hi all,
> 
> I have setup a multiple projects configuration for trac.
> the only problem is that all users that authenticate can see the index of
> all available groups.
> Of course, they are not allowed to do anything, since I removed all
> 'anonymous' permissions from all projects, but, I would rather like to limit
> the index of available projects on a per - user basis:
> 
> so when user Johnny authenticates, he should only see the projects index
> filled with those projects for which he has access.
> How can I achieve this?
> If this is not possible then I would like to completely stop Trac from
> showing a list of available projects completely so that no one knows how
> many projects the server is hosting.
> 
> my current /etc/httpd/conf.d/trac.conf looks something like this:
> <LocationMatch /cgi-bin/trac\.f?cgi>
> SetEnv TRAC_ENV_PARENT_DIR */home/stuff/trac/*
> AuthType Basic
> AuthName "Trac"
> AuthUserFile /home/stuff/trac.htpasswd
> Require valid-user
> </LocationMatch>
> <IfModule mod_python.c>
> <Location /cgi-bin/trac.cgi>
>    SetHandler mod_python
>    PythonHandler trac.web.modpython_frontend
> </Location>
> </IfModule>
> 
> --~--~---------~--~----~------------~-------~--~----~
> 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
> -~----------~----~----~----~------~----~------~--~---
> 
> 


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to