X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=README;h=e8d3031074c6c584bfa79e49ffa644662debea85;hb=4b68f81eb41a5934a952e2326c1226b5ef583269;hp=e23f745893b6e16055b81c17f2c1f493a00b083b;hpb=d11c2c952df6b232b17a26f8433d4919589649ad;p=mod_auth_gssapi.git diff --git a/README b/README index e23f745..e8d3031 100644 --- a/README +++ b/README @@ -89,12 +89,17 @@ authentication (like NTLMSSP) it is necessary to bind to the authentication to the connection in order to keep the state between round-trips. With this option enable incomplete context are store in the connection and retrieved on the next request for continuation. -When using this option you may also ant to set the Persistent-Auth header for -those clients that make use of it. Example: GssapiConnectionBound On - Header set Persistent-Auth "true" + + +### GssapiSignalPersistentAuth +For clients that make use of Persistent-Auth header, send the header according +to GssapiConnectionBound setting. + +Example: + GssapiSignalPersistentAuth On ### GssapiUseSessions