I found the problem

My "central" authz file contains "absolute path" authorization definitions:

[s2ia:/procacci]
procacci = rw
* =

[eph:/commun]
@eph = rw
* =

but my trac initenv refers to a specific repository (here s2ia), so 
apparently there's no need to precise the repository name before each 
sub-directories as I did
[s2ia:/procacci], instead if I set [/procacci] then acces control is 
applied as I set it !
So my authz file was well read by trac, the problem is the content of 
that authz file .
Now , is it possible to tell trac to manage different repositories .
Here  under /var/www/svnweb/repos I've got repos/s2ia and repos/eph, is 
it possible to have only one trac environement for both repositories ?
If not, how can I centralize my authz file for both, I don't want to 
manage a authz file for svnserve and an other one for trac !.

Thanks .

Jehan PROCACCIA wrote:
> Rainer Sokoll wrote:
>   
>> On Thu, Oct 12, 2006 at 01:18:17PM +0200, Jehan PROCACCIA wrote:
>>
>>   
>>     
>>> I have in apache:
>>> <Location /repos>
>>>    DAV svn
>>>    SVNParentPath /var/www/svnweb/repos
>>>    AuthzSVNAccessFile /var/www/svnweb/repos/conf/authz
>>>
>>> in trac.ini
>>> [trac]
>>> authz_file = /var/www/svnweb/repos/conf/authz
>>>     
>>>       
>> I would move authz to somewhere outside the svn path.
>>
>> Rainer
>>
>>   
>>     
> OK, you're right it shouldn't be here, so I moved it to 
> /var/www/svnweb/authz and all my references to it, but that doesn't 
> change anything to my pb that tracs doesn't honor it :-(
>   
>>   
>>     
>
>
> >
>   


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to