From 502290817a5008c0f1c98c5ffe439ad5eb1d37a0 Mon Sep 17 00:00:00 2001 From: Dan Cech Date: Wed, 7 Nov 2018 17:36:44 -0500 Subject: [PATCH 1/2] add auth.proxy headers to default.ini --- conf/defaults.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/defaults.ini b/conf/defaults.ini index 481bb002582..679a6a88eb7 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -344,6 +344,7 @@ header_property = username auto_sign_up = true ldap_sync_ttl = 60 whitelist = +headers = #################################### Auth LDAP ########################### [auth.ldap] From 8a74fe2b76a5644ec16d3b622eaae6ff75871299 Mon Sep 17 00:00:00 2001 From: Dan Cech Date: Wed, 7 Nov 2018 18:21:25 -0500 Subject: [PATCH 2/2] add auth.proxy headers to sample.ini --- conf/sample.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/sample.ini b/conf/sample.ini index 61eb1d695e8..c6b716a731d 100644 --- a/conf/sample.ini +++ b/conf/sample.ini @@ -294,6 +294,7 @@ log_queries = ;auto_sign_up = true ;ldap_sync_ttl = 60 ;whitelist = 192.168.1.1, 192.168.2.1 +;headers = Email:X-User-Email, Name:X-User-Name #################################### Basic Auth ########################## [auth.basic]