Re: [Trac] Apache, Trac and LDAP - how to glue them all together?

2010-09-06 Thread Jon Hadley
You cannot proxy HTTP auth like that. It is an internal thing within the web server. You either need to run the Trac on Apache, or let tracd do the authentication (via AccountManager+LDAPAuth). The various AccountManager LDAP plugins appear to be a mess. Does anyone have a working Apache +

Re: [Trac] Apache, Trac and LDAP - how to glue them all together?

2010-09-06 Thread Noah Kantrowitz
On Sep 6, 2010, at 7:34 AM, Jon Hadley wrote: You cannot proxy HTTP auth like that. It is an internal thing within the web server. You either need to run the Trac on Apache, or let tracd do the authentication (via AccountManager+LDAPAuth). The various AccountManager LDAP plugins appear

Re: [Trac] Apache, Trac and LDAP - how to glue them all together?

2010-09-02 Thread Jon Hadley
I think you want your location directive in in apache to just be /trac I've tried that, I don't get the same error straight away, but the login name doesn't change to my user either, it stays as 'Login'. Clicking login then gives the same old error! Interestingly, I get a apache authorisation

Re: [Trac] Apache, Trac and LDAP - how to glue them all together?

2010-09-02 Thread Jon Hadley
 Such as AccountManger, AcccountLdap, HTTPAuthPlugin. Does it need any of those too? See: http://www.mail-archive.com/trac-users@googlegroups.com/msg08468.html Jon. -- You received this message because you are subscribed to the Google Groups Trac Users group. To post to this group, send

Re: [Trac] Apache, Trac and LDAP - how to glue them all together?

2010-09-02 Thread Noah Kantrowitz
On Sep 1, 2010, at 7:24 AM, Jon Hadley wrote: I'm trying to set-up Trac to authorise users via the LDAP plugin on a Debian (Lenny) server. LDAP appears to be working correctly, I can query successfully via: ldapsearch -vLx -h 127.0.0.1 -b dc=example, dc=com (sn=mysurname)

Re: [Trac] Apache, Trac and LDAP - how to glue them all together?

2010-09-02 Thread Flatfender
On Thu, Sep 2, 2010 at 8:10 AM, Jon Hadley m...@jon-hadley.com wrote: I think you want your location directive in in apache to just be /trac I've tried that, I don't get the same error straight away, but the login name doesn't change to my user either, it stays as 'Login'. Clicking login then

Re: [Trac] Apache, Trac and LDAP - how to glue them all together?

2010-09-01 Thread Flatfender
On Wed, Sep 1, 2010 at 10:24 AM, Jon Hadley m...@jon-hadley.com wrote: I'm trying to set-up Trac to authorise users via the LDAP plugin on a Debian (Lenny) server. LDAP appears to be working correctly, I can query successfully via:        ldapsearch -vLx -h 127.0.0.1 -b dc=example, dc=com