summaryrefslogtreecommitdiffstats
path: root/src/appl/sample/sserver
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1993-12-01 22:33:59 +0000
committerTheodore Tso <tytso@mit.edu>1993-12-01 22:33:59 +0000
commit041ec6e99bd09a58d7810eb0370adf9b5f51136f (patch)
treed35933ce13ee8d12a55d93243c16f8ffb06f3300 /src/appl/sample/sserver
parent76026a80744c64dced2d4c80618ce4d874217ac9 (diff)
downloadkrb5-041ec6e99bd09a58d7810eb0370adf9b5f51136f.tar.gz
krb5-041ec6e99bd09a58d7810eb0370adf9b5f51136f.tar.xz
krb5-041ec6e99bd09a58d7810eb0370adf9b5f51136f.zip
Fix man page to reflect new command-line arguments to sserver
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3063 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/sample/sserver')
-rw-r--r--src/appl/sample/sserver/sserver.M14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/appl/sample/sserver/sserver.M b/src/appl/sample/sserver/sserver.M
index b978ec20eb..07901ee9b5 100644
--- a/src/appl/sample/sserver/sserver.M
+++ b/src/appl/sample/sserver/sserver.M
@@ -25,7 +25,9 @@
sserver \- sample Kerberos version 5 server
.SH SYNOPSIS
.B sserver
-.I serverprincipal
+[
+.I server_port
+]
.br
.SH DESCRIPTION
.I sserver
@@ -34,10 +36,10 @@ listens on the \fBsample\fR TCP port when a connection from a sample
client is established. There is a compile-time option to allow it to
run without intervention of the internet daemon.
.PP
-.I serverprincipal
-names the principal for which the tickets presented by
-.I sclient
-are expected to be valid; this name is used to fetch the appropriate
-service key from the server key store.
+.I server_port
+is an optional argument; if specified,
+.I sserver
+will listen on the specified port and wait for a connection. It is used for
+debugging when it is inconvenient to run the sample server out of inetd.
.SH SEE ALSO
sclient(1), services(5), inetd(8)