nginxinc / nginx-ldap-auth

Example of LDAP authentication using ngx_http_auth_request_module
BSD 2-Clause "Simplified" License
678 stars 202 forks source link

$remote_user not showing up in access logs #90

Open jphustman opened 2 years ago

jphustman commented 2 years ago

When users are authenticated in, I would like for them to show up in the log where $remote_user is.
I've tried setting the header remote_user in the "backend" but is still not getting passed.