[Trac] Re: how to use Apache based authentication for Trac users (FineGrainedPermissions)

2008-05-28 Thread thinktwice
finally i successfully installed ConfigObj by running python setup.py install in command line. now i comes to the 2nd step, from the article i read about how to install trac plugin ,there are usually two ways to install plugin. 1. i should have egg file. 2. i should have source package containing

[Trac] Re: how to use Apache based authentication for Trac users (FineGrainedPermissions)

2008-05-28 Thread thinktwice
here is what i have done. 1. apache installed 2. svn repository has been setup 3. trac enviroment has been created 4. password file and authzfile are ok i could access svn repository using url : http://myserver/svn/project1 http://myserver/svn/project2 http://myserver/svn/projectn access trac

[Trac] Re: how to use Apache based authentication for Trac users (FineGrainedPermissions)

2008-05-28 Thread Simon Martin
Hi, On May 28, 1:51 pm, thinktwice [EMAIL PROTECTED] wrote: [..] but here i only have authzpolicy.py, what should i do? just copy this file to mysites/plugin folder? yes and how do i tell trac to use this plugin? Just reload Apache, then the plugin should appear in Trac at Admin -

[Trac] Re: how to use Apache based authentication for Trac users (FineGrainedPermissions)

2008-05-28 Thread thinktwice
thanks Simon, i have granted TRAC_ADMIN to one of the user, then i logged in as the user . i can see the plugin authz-policy r6904 has been enabled. but it's wierd that even if i don't log in (anonymous) , i could browser the svn repository and all other pages. why this happened? ///