From eb95a83e2610557138faa181790224dbea774d1f Mon Sep 17 00:00:00 2001 From: restena-sw <stefan.winter@restena.lu> Date: Fri, 15 Jan 2016 15:08:44 +0100 Subject: [PATCH] Update config.php --- config-templates/config.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config-templates/config.php b/config-templates/config.php index 8191be3d1..ac1eca5d7 100644 --- a/config-templates/config.php +++ b/config-templates/config.php @@ -824,6 +824,14 @@ $config = array( */ 'proxy' => null, + + /* + * Username/password authentication to proxy (Proxy-Authorization: Basic) + * Example: + * 'proxy.auth' = 'myuser:password' + */ + 'proxy.auth' => false + /* * Array of domains that are allowed when generating links or redirections * to URLs. SimpleSAMLphp will use this option to determine whether to -- GitLab