From 7407b64481bc49ad552f9ba0ff2efe1f6fb0982e Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 5 Mar 2015 17:26:45 -0500 Subject: Add support for handling Basic Auth Support either passing Basic Auth Through to another module, or handling it directly through gss_acquire_cred_with_password() Fixes #8 --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README') 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 -- cgit