From 20c513e4fde41b7aa79e6d913ffbdec80f0bbcef Mon Sep 17 00:00:00 2001 From: Benjamin Bohard Date: Thu, 12 Dec 2019 11:16:38 +0100 Subject: [PATCH] declare lmremote_custom variable in test-nginx.conf --- tmpl/test-nginx.conf | 1 + 1 file changed, 1 insertion(+) 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;