> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> On Behalf Of Olemis Lang
> Sent: Friday, January 23, 2009 1:13 PM
> To: [email protected]
> Subject: [Trac] Re: Can not logout when using trac-0.10.5-22.el5 on
> rhel 5
>
>
> On Fri, Jan 23, 2009 at 3:09 PM, Noah Kantrowitz <[email protected]>
> wrote:
> >> Subject: [Trac] Re: Can not logout when using trac-0.10.5-22.el5 on
> >> rhel 5
> >>
> >> I'd like to know the
> >> implications beforehand ;)
> >>
> >> Thnx in advance ... ;)
> >
> > HTTPAuth plugin allows using AccountManager for this.
> >
>
> Thnx for the pointer ... :)
>
> ... but all this also means that I cannot delegate auth to Apache + MS
> AD/LDAP (like I do it right now ...)
>
> ... and all this just to get a real logout ... ufff
>
> Let me please repeat this question ... (sorry if the whole process
> sounds like a little annoying, but pls understand me, I *do not* want
> to reconfigure LDAP auth for Trac especially since it is working just
> fine in Apache ... and I also think I'll need to patch AccMngrPlugin
> and perhaps do a lot more things ... and I see no reason for all that
> since my system is up and running ... and all this just to get a real
> logout ...)
>
> Is there any way to configure Trac so that I can
>
> - delegate auth to Apache mod_ldap ... to login users against my local
> MS AD server
>
> - this means I *do not* want to install Trac LDAP extensions ...
>
> - perform a real logout ...
>
> - and still be able to use XML RPC ...
Switch the authentication to be on some other path, like /auth. Then use the
HttpAuthStore backend in AccountManager and configure it with that URL path.
Basically that backend just takes the username and PW given in the form, and
makes a HTTP request to the given URL to verify them.
--Noah
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---