On Jul 31, 2007, at 9:53 PM, Graham Dumpleton wrote:
> As I mentioned briefly in my comments, would you be able to implement > a directive for your module which can be set to enable/disable > req.user being set to the full name with realm. > > Presuming that Trac user database has full name with realm in it, you > could then say: > > <Location /trac> > StuffFullNameInUser On > </Location> > > Ie., turn on passing of full name just for URL Trac is under. > > This will allow you to selectively pass through the extra information > to applications as user databases are updated. > > Not sure I have got this round the right way, so I hope you understand > what I am talking about. Or am I missing something. Yep, I think I understand. Basically adding the option to the apache module to set REMOTE_USER to the [EMAIL PROTECTED] form via directive. It's not a bad feature to add to the module, I just thought it would be easier to change the spot in trac that was pulling the REMOTE_USER param, I just couldn't find it or figure out the new form. Steve --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" 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-dev?hl=en -~----------~----~----~----~------~----~------~--~---
