I have read a lot of posts about this but have not found a resolution. We have several CF apps that depend on knowing who was authenticated.
With CF8 all we had to do was setup basic authentication in Apache and remote_user was populated.
Out setup is this,
Where running on RHEL 6.3, CF10 installed using the built in webserver and Tomcat.
We are using Apache 2.2 to simply proxy requests to CF/Tomcat and using LDAP to authenticate. The LDAP part seems to be working. I get asked for userid/password and the app runs, but when I dump the cgi structure remote_user (and auth_user) are empy. Other cgi variables are filled in.
Any clues?
As usual thanks for your help.
Mike