File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments