X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_gssapi.git;a=blobdiff_plain;f=README;h=903d1996e2c41b13ba3f6d7af4caea46458366c2;hp=530dab797575876b0bde8eea182caee43753e231;hb=7407b64481bc49ad552f9ba0ff2efe1f6fb0982e;hpb=2411072a27749c5038c07d6863e5a5dfd95f8aee 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