> -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] > On Behalf Of togo > Sent: Wednesday, June 04, 2008 10:12 AM > To: Trac Users > Subject: [Trac] Re: Integrate Trac login to other systems (shared user > accounts) > > > Hi, > > I integrated trac with ldap using the "authentication_url" directive > in trac.ini: > > authentication_url = (URL requiring http authentication) > password_store = HttpAuthStore > > It remains to configure a server URL requiring http authentication, > and which is is integrated with LDAP (this could be any password > protected URL from your PHP+MySQL based CMS forum).
Most PHP apps don't use HTTP authentication, favoring an HTML form so the app can handle it. This also won't provide SSO. --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 -~----------~----~----~----~------~----~------~--~---
