Thursday, February 19th, 2009...9:16 am

Mylyn + Trac + wsgi

Jump to Comments

I am using mod_wsgi instead of mod_python for my trac .11 install.

I’m also using the AccountManager plugin for authentication, and don’t have anonymous access setup.

Anyway, authentication wasn’t working (through XML RPC) hence mylyn didn’t have the perms to do anything, and was silently defaulting to anon mode. even though I had the XML RPC plugin installed and permissions set up.

Here’s the steps to get them all playing nice (this was harder than it looked to figure out):

  1. Install/Enable the XML RPC Plugin for trac
  2. Give your authenticated group the XML_RPC permission
  3. Install/Enable the HttpAuth Plugin
  4. Add this line to your apache config for your site: WSGIPassAuthorization On

Leave a Reply