summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorIsaac Boukris <iboukris@gmail.com>2015-04-25 15:36:40 +0300
committerSimo Sorce <simo@redhat.com>2015-05-24 23:12:15 +0200
commit908581fd3bca791d24cae7fe5a8ae6adfb614ad8 (patch)
tree242980da331cf0df34a4b6f1593ac3bc3bef2cfe /README
parentfafb5384785c76c1f96cc689677574cfe459f3b6 (diff)
Add GssapiSignalPersistentAuth directive
Controls whether to send the Persistent-Auth header, and sets it only when necessary/appropriate Reviewed-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 8 insertions, 3 deletions
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