diff --git a/conf/config.php b/conf/config.php index 4e4fdd3..fefd269 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', true); +define('REVERSE_PROXY_AUTH', false); // Header name to use for the username define('REVERSE_PROXY_USER_HEADER', 'REMOTE_USER'); diff --git a/manifest.toml b/manifest.toml index d6b79f8..1af8129 100644 --- a/manifest.toml +++ b/manifest.toml @@ -57,7 +57,7 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" - #main.auth_header = false + main.auth_header = false ics.url = "/?controller=ICalendarController" ics.show_tile = false ics.allowed = "visitors"