From 99bccc8cf1e07f2e37e3d3dbcf97d1246ee792ca Mon Sep 17 00:00:00 2001 From: Matt Amos Date: Wed, 5 Oct 2016 18:14:17 +0100 Subject: [PATCH] Pass authentication headers to cgimap so that it can handle OAuth. --- cookbooks/web/templates/default/apache.backend.erb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cookbooks/web/templates/default/apache.backend.erb b/cookbooks/web/templates/default/apache.backend.erb index 454522597..9b15f282f 100644 --- a/cookbooks/web/templates/default/apache.backend.erb +++ b/cookbooks/web/templates/default/apache.backend.erb @@ -54,6 +54,11 @@ RemoteIPTrustedProxy 146.179.159.160/27 RemoteIPTrustedProxy 10.0.32.0/24 + # + # Pass authentication related headers to cgimap + # + CGIPassAuth On + # # Pass supported calls to cgimap # -- 2.39.5