On 7/31/06, Tuukka Pasanen <[EMAIL PROTECTED]> wrote:
How does trac authetication work? I understood apache part but does it set Cookie?? I like use Joomla authentication. So when one login Joomla it also should login to trac. Could someone give me hint can this be made allready or should I just learn more Python?
Hi, please take a look at DbAuth: http://trac-hacks.org/wiki/DbAuthPlugin I've started a "simple" branch which (as the name says ;) tries to simplify the whole design and prepare it for single-sign-on solutions (like Joomla, but I will probably start with Typo3). Indeed, every auth plugin must set a cookie. In theory it would be possible to share the cookie between the different systems, but that means more work. My personal goal is to simply share the login, so you have the same username and password, but you must still login to each system, individually. The "Register" link would point to the CMSes registration form (Joomla, for example). You may of course extend the DbAuth "simple" branch with cookie sharing (could you please send me the source code in that case?). Bye, Waldemar Kornewald _______________________________________________ Trac-dev mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac-dev
