I have following setup:

trac running as standalone server on port 8000
httpd running as standalone server on port 80 (same host as trac)
mod_proxy redirects /tracproject/ to trac (127.0.0.1:8000)
mod_auth_ldap forces basic authentication for /tracproject/login

Everything works fine until i reach authentication. It seems that
authentication with LDAP is fine, browser produces correct
Authorization header which is sent to httpd, and then proxied to trac.
To my surprise trac displays "Authentication information not
available." error. Does anybody know why such setup doesn't work?

--
Jacek Prucia

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to