The easiest way will be to make a plugin that has a new  
IAuthenticator. Specifically you want to inherit from  
trac.web.auth.LoginModule and override _do_login. s/req.remote_user/ 
req.environ['REMOTE_USER_FULLNAME'].

--Noah

On Jul 31, 2007, at 2:49 PM, Stephen A. Cochran Lists wrote:

>
>
> On Jul 31, 2007, at 2:43 PM, Noah Kantrowitz wrote:
>
>> What exactly is your goal?
>
> I'm simply looking to pull the user name from the
> REMOTE_USER_FULLNAME env variable, which is being set by a custom
> apache module we use.
>
> So I'm hoping to substitute that var for REMOTE_USER.
>
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to