From 7a8e246349dd0d53cc11912ff27415a227d63a0d Mon Sep 17 00:00:00 2001 From: Dan Cech Date: Wed, 7 Nov 2018 18:21:25 -0500 Subject: [PATCH] add auth.proxy headers to sample.ini (cherry picked from commit 8a74fe2b76a5644ec16d3b622eaae6ff75871299) --- conf/sample.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/sample.ini b/conf/sample.ini index e6a03718d19..c12ccbea8ec 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]