aboutsummaryrefslogtreecommitdiff
path: root/src/appl/gss-sample/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/appl/gss-sample/README')
-rw-r--r--src/appl/gss-sample/README11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/appl/gss-sample/README b/src/appl/gss-sample/README
index 8fc7cfe..dc51fca 100644
--- a/src/appl/gss-sample/README
+++ b/src/appl/gss-sample/README
@@ -84,7 +84,8 @@ is used). The command-line options have the following meanings:
The client's command line usage is
gss-client [-port port] [-mech mechanism] [-d] [-f] [-q]
- [-ccount count] [-mcount count] [-na] [-nw] [-nx] [-nm]
+ [-seq] [-noreplay] [-nomutual]
+ [-ccount count] [-mcount count] [-na] [-nw] [-nx] [-nm]
host service_name msg
where host is the host running the server, service_name is the service
@@ -105,6 +106,14 @@ the following meanings:
credential cache (you must have acquired your tickets with
"kinit -f" for this to work).
+-seq Tells the client to enforce ordered message delivery via
+ sequencing.
+
+-noreplay Tells the client to disable the use of replay
+ detection.
+
+-nomutual Tells the client to disable the use of mutual authentication.
+
-f Tells the client that the "msg" argument is actually the name
of a file whose contents should be used as the message.