From b92935d2dc7e02b19f60fef37e6139197b054e30 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Wed, 13 Aug 2014 12:47:17 -0700 Subject: Add ReverseProxy authentication (pull-request #199) --- config.default.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config.default.php') diff --git a/config.default.php b/config.default.php index 027d8417..b1028767 100644 --- a/config.default.php +++ b/config.default.php @@ -71,3 +71,12 @@ define('GITHUB_CLIENT_ID', ''); // GitHub client secret key (Copy it from your settings -> Applications -> Developer applications) define('GITHUB_CLIENT_SECRET', ''); + +// Enable/disable the reverse proxy authentication +define('REVERSE_PROXY_AUTH', false); + +// Header name to use for the username +define('REVERSE_PROXY_USER_HEADER', 'REMOTE_USER'); + +// Username of the admin, by default blank +define('REVERSE_PROXY_DEFAULT_ADMIN', ''); -- cgit v1.2.3