Blame SOURCES/Document-gssapi-no-negotiate.patch

a86470
From 703a06e6c370973e2f3c6694abddbdd380f0bf31 Mon Sep 17 00:00:00 2001
a86470
From: Robbie Harwood <rharwood@redhat.com>
a86470
Date: Thu, 19 Oct 2017 16:35:29 -0400
a86470
Subject: [PATCH] Document gssapi-no-negotiate
a86470
a86470
Adds new section for apache env vars.
a86470
a86470
(cherry picked from commit 5330fa4959ca9317bf5943decfaaf0bbe86f1853)
a86470
---
a86470
 README | 18 ++++++++++++++++++
a86470
 1 file changed, 18 insertions(+)
a86470
a86470
diff --git a/README b/README
a86470
index 1fdfe98..1393760 100644
a86470
--- a/README
a86470
+++ b/README
a86470
@@ -418,3 +418,21 @@ Note: The GSS_C_NT_HOSTBASED_SERVICE format is used for names (see example).
a86470
 #### Example
a86470
     GssapiAcceptorName HTTP@www.example.com
a86470
 
a86470
+Environment Variables
a86470
+---------------------
a86470
+
a86470
+(Note: these are not process environment variables, but rather Apache
a86470
+environment variables, as described
a86470
+[in the apache docs](https://httpd.apache.org/docs/2.4/env.html).)
a86470
+
a86470
+### gssapi-no-negotiate
a86470
+
a86470
+This environment variable is used to suppress setting Negotiate headers.  Not
a86470
+sending these headers is useful to work around browsers that do not handle
a86470
+them properly (and incorrectly show authentication popups to users).
a86470
+
a86470
+#### Example
a86470
+
a86470
+For instance, to suppress negotiation on Windows browsers, one could set:
a86470
+
a86470
+    BrowserMatch Windows gssapi-no-negotiate