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 -~----------~----~----~----~------~----~------~--~---
