> -----Original Message----- > From: [email protected] On Behalf Of mark ardiente > Sent: 16 July 2010 05:02 > To: [email protected] > Subject: [Trac] - AccountManager Login for all trac sites > > Hi, > > I'm using the AccountManager plugin with the AD Password Store. > > We have several trac sites and we don't want to login to > each one of them every time we go to a different trac site. > > Is it possible to have a one time login for all trac sites? > > Thanks, > Mark > We use apache to host the trac instances and use apache authentication to protect the whole site (trac and subversion). Then you login to the server once and can then access any of the projects you are configured for. However, I am still manually adjusting "enhanced" rights for all trac instances manually (i.e. anything beyond the standard 'authenticated' rights, anonymous is of course empty). It depends on how many users you have I guess.
For active directory we use mod_sspi to simplify AD authentication but it might be too limited for your needs and appears to be 'dormant' (not actively developed). Apache then passes the username into trac for the usual rights checking. ~ mark c -- 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.
