Hello,

I am trying to set up the apache proxy setting for a local galaxy install.

I have this section set but the REMOTE_USER is not getting set properly:

<Location />
    AuthType Basic
    AuthBasicProvider ldap
    AuthLDAPURL "ldap://server:389/ou=People,dc=domain,dc=edu?uid?sub?(objectClass=person)"
    AuthzLDAPAuthoritative off
    Require valid-user
</Location>
RequestHeader set REMOTE_USER %{AUTHENTICATE_uid}e


I have a feeling I'm missing something.

The authentication for the server is working but the galaxy interface gives the error message that the remote user is not being sent.

Any additional settings that I'm missing here?

Kind Regards,
Kimberly