On Saturday, June 29, 2013 2:03:28 AM UTC-7, rdeman wrote: > > Hi all, > > as an long-time trac user for a myriad smaller opensource & startup > projects (love Trac!), I have now taken the challenge to setup trac for a > small team to use within a large corporate institute. > > This means that I will have to install Trac and configure it so that it > works with the currently existing Windows-based Active Directory services > and existing SVN server. > I can run Trac on any machine I like as it will be virtualized. > > I am thinking to install > > > - Trac 1.0 (stable) > > on > > - Mint Linux (sysadmins fave, so I will be able to get most support > for it) > > > What is the latest status on Ldap & Trac 1.0? > > 1. Will I still need a plugin? > > Yes, you'll need a plugin.
> > 1. Will it work with ActiveDIrectory? > > The only plugin I'm aware of for working with ActiveDirectory is DirectoryAuthPlugin, Last I checked it was completely broken; including a lot of really basic problems like incorrect imports, typos in the DB schema and string formatting when preparing SQL statements. As far as I can tell the author isn't developing it anymore, except that one time he decided to revert some of the really basic fixes I put in place. You probably want to review the current list of issues: http://trac-hacks.org/report/9?sort=ticket&asc=1&COMPONENT=DirectoryAuthPlugin and then maybe fork the plugin to fix the things that need fixing. There are a number of Ldap plugins. I'm not sure which, if any, are being maintained these days: http://trac-hacks.org/tags/ldap?wiki=on Let us know if you have any success. > > 1. How can I configure Trac so that it will only allow my team members > access to Trac and not simply everybody in the ActiveDirectory. > > -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/groups/opt_out.
