Marooned wrote: > 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?
Check out the PhpBbAuthPlugin[1] on trac-hacks.org. It's specifically for integrating authentication with phpBB, however, the concept is the same. It also includes the code to connect to a different Db than the one trac is using. If you have any questions, you can probably catch me on #trac -John [1] http://trac-hacks.org/wiki/PhpBbAuthPlugin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
