On Tue, Aug 08, 2006 at 02:34:09PM -0400, Moy, Daniel wrote: Hi,
> Is it possible to have a Linux server with Trac and Subversion and also > support single sign-on in our windows domain? If so can some one point > me in the right direction, e.g. what is the easiest Linux distribution > to use and perhaps some documentation. I would suggest that you run both subversion and trac under apache. By using apache, authentication is not a task of subversion or trac, but apache's task. You should use apache 2.0.x (AFAIR, mod_python (used for trac) is not available for 2.2.x). You can use several modules for AAA, I use mod_auth_ldap. It is not a true SSO, but works like a charm - at least for my developers. Rainer _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
