diff --git a/tmpl/test-nginx.conf b/tmpl/test-nginx.conf index 87e170f..64e08bd 100644 --- a/tmpl/test-nginx.conf +++ b/tmpl/test-nginx.conf @@ -50,6 +50,7 @@ server { ################################## auth_request /lmauth; auth_request_set $lmremote_user $upstream_http_lm_remote_user; + auth_request_set $lmremote_custom $upstream_http_lm_remote_custom; auth_request_set $lmlocation $upstream_http_location; # If CDA is used, uncomment this #auth_request_set $cookie_value $upstream_http_set_cookie;