On Sun, Jun 29, 2014 at 10:44 PM, unmanifest < [email protected]> wrote:
Hi - hope this isn't a repeat but I couldn't find any relevant information > that exactly addresses my concern. > > I'm trying to setup Trac (1.0.1) to use LDAP for user authentication. I > know that LDAP (OpenLDAP) itself is working properly on my system (for user > login etc.). I started off first with DirectoryAuthPlugin. If I turn on the > logs I see that it keeps trying to bind anonymously (which is how I set it > up). But when I try to login it seems to not do anything. Before I clutter > up this post with details of the logs etc. - my question is - what should I > be using to get LDAP authentication working with Trac? And I don't want to > use Apache - I'm using nginx. Can it be done? Appreciate any pointers - > thanks a lot! > As far as I know, the only question you need to ask is how to get LDAP authentication working with Ngnix. The web server handles authentication, so if your web server is properly serving Trac, and the web server is properly handling authentication, then you should be set. My only point is, you should be able to expand your web search to look for tutorials on integrating LDAP with Ngnix, without any specific concern for Trac. There is some documentation on Trac and Ngnix, but no specific recipe for Ngnix and LDAP. Feel free to add it if you work it out! http://trac.edgewall.org/wiki/TracNginxRecipe http://trac.edgewall.org/wiki/TracFastCgi#SimpleNginxConfiguration -- 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/d/optout.
