From dd9f30978468159e01af7554608f3c19b7e22f33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 24 Oct 2023 09:56:57 +0200 Subject: [PATCH] Update config.php --- conf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.php b/conf/config.php index fefd269..4e4fdd3 100644 --- a/conf/config.php +++ b/conf/config.php @@ -205,7 +205,7 @@ define('LDAP_GROUP_ATTRIBUTE_NAME', 'cn'); define('LDAP_GROUP_SYNC', true); // Enable/disable the reverse proxy authentication -define('REVERSE_PROXY_AUTH', false); +define('REVERSE_PROXY_AUTH', true); // Header name to use for the username define('REVERSE_PROXY_USER_HEADER', 'REMOTE_USER');