Add support for handling Basic Auth
[mod_auth_gssapi.git] / README
diff --git a/README b/README
index 530dab7..903d199 100644 (file)
--- 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