Thank you for your response hasienda. I found the Chrome.format_author() 
method as instructed but I didn't see a way to hook into that method using 
a plugin or otherwise unobtrusively modify the method. I'm really trying to 
avoid modifying core code, I want my solution to be a plugin so it can be 
easily added to the live environment and toggled if something goes wrong. I 
did find a trac-hacks plugin that was doing something similar to what I 
wanted, which lead me to the IRequestFilter interface that seems to work 
for my purposes (although it's a bit hackish).

My next step is submitting a search request to an LDAP server to determine 
the group my user is in. I've installed the python-ldap library on my 
machine and confirmed that scripts on my machine can use the library, but 
when I add "import ldap" to my plugin it immediately fails to load with an 
ImportError: No module named ldap. I'm guessing this is an issue with 
getting the python-ldap library into the scope of my trac virtual 
environment but I'm lost beyond that. Has anyone seen this issue before?

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to