summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 530dab7..903d199 100644
--- a/README
+++ b/README
@@ -172,3 +172,13 @@ ticket by the application.
Example:
GssapiUseS4U2Proxy On
GssapiDelegCcacheDir = /var/run/httpd/clientcaches
+
+
+### GssapiBasicAuth
+Allows the use of Basic Auth in conjunction with Negotiate.
+Two modes are supported, direct usage of the received username and password
+to try to acquire credentials via GSSAPI, or forwarding to following apache
+module.
+
+Example:
+ GssapiBasicAuth Forward