Skip to content

Commit 5330fa4

Browse files
frozencemeterysimo5
authored andcommitted
Document gssapi-no-negotiate
Adds new section for apache env vars.
1 parent 9813eb4 commit 5330fa4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,3 +451,21 @@ Note: The GSS_C_NT_HOSTBASED_SERVICE format is used for names (see example).
451451
#### Example
452452
GssapiAcceptorName HTTP@www.example.com
453453

454+
Environment Variables
455+
---------------------
456+
457+
(Note: these are not process environment variables, but rather Apache
458+
environment variables, as described
459+
[in the apache docs](https://httpd.apache.org/docs/2.4/env.html).)
460+
461+
### gssapi-no-negotiate
462+
463+
This environment variable is used to suppress setting Negotiate headers. Not
464+
sending these headers is useful to work around browsers that do not handle
465+
them properly (and incorrectly show authentication popups to users).
466+
467+
#### Example
468+
469+
For instance, to suppress negotiation on Windows browsers, one could set:
470+
471+
BrowserMatch Windows gssapi-no-negotiate

0 commit comments

Comments
 (0)