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). - Togo On Jun 4, 3:47 pm, Marooned <[EMAIL PROTECTED]> wrote: > Hi, > > I was searching for the solution quite a lot but only found ones using > LDAP or password files. > > I want to bind two systems - Trac+SQLite and PHP+MySQL based CMS/ > forum (Coyote) so the Trac would use existing user table. I want to > allow to login to both system from either Trac or Coyote. I want also > to be able to set some user rights only for Trac (using SQLite would > be better so no Trac data would be stored in the CMS DB) - like > regular users (can add tickets and post comments) and supervisors > (full rights). > > I read about AccountManagerPlugin and that it's possible to write some > plugin for it - like the LDAP plugin. > The code that would authenticate user based on the cookie and the > session information stored in MySQL (the same way as PHP does it > already) and setting cookie when user tries to login on Trac. > > Can you provide me some hints how to achieve this? > > Thanks > Marooned --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
