On Saturday, June 29, 2013 4:03:28 AM UTC-5, rdeman wrote: >> Hi all, >> ... >> 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? >> Will I still need a plugin? >> Will it work with ActiveDIrectory? >> How can I configure Trac so that it will only allow my team members access to Trac and not simply everybody in the ActiveDirectory.
I'm not going to be able to help much on the Linux side, but I can tell you that setting up a Trac Apache server on Windows using mod_auth_sspi against Active Directory is very straightforward and reliable. You can specify AD users or groups in the Apache config to control access to Trac. There are many articles on setting this up. Not sure if there is an equivalent (i.e. SSPI vs LDAP) that works on Linux. My experience was similar to this person http://svn.haxx.se/users/archive-2008-02/0435.shtml: "I found it very difficult to get LDAP working (not sure I managed it at all), but SSPI was dead easy." Craig -- 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.
