aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Berger <mitchb@mit.edu>2001-09-24 22:36:56 +0000
committerMitchell Berger <mitchb@mit.edu>2001-09-24 22:36:56 +0000
commit9f21ff7d0a7b7c925fd29c56d3be827e3260dc84 (patch)
tree8d80288c7c9c319b64330ccf6fff0d5110f9ab53
parent6c49dcef84529a41b38893ab157e78b2bd49d691 (diff)
downloadkrb5-9f21ff7d0a7b7c925fd29c56d3be827e3260dc84.zip
krb5-9f21ff7d0a7b7c925fd29c56d3be827e3260dc84.tar.gz
krb5-9f21ff7d0a7b7c925fd29c56d3be827e3260dc84.tar.bz2
* krb5kdc.M: Document the -n option. Thanks to Dennis Davis
<D.H.Davis@bath.ac.uk> (Fixes krb5-doc/967, but the man page still needs to be revisited to check for other updates with all the other man pages) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13749 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/kdc/ChangeLog5
-rw-r--r--src/kdc/krb5kdc.M9
2 files changed, 14 insertions, 0 deletions
diff --git a/src/kdc/ChangeLog b/src/kdc/ChangeLog
index 3a5d601..6ceb53f 100644
--- a/src/kdc/ChangeLog
+++ b/src/kdc/ChangeLog
@@ -1,3 +1,8 @@
+2001-09-24 Mitchell Berger <mitchb@mit.edu>
+
+ * krb5kdc.M: Document the -n option. Thanks to Dennis Davis
+ <D.H.Davis@bath.ac.uk>
+
2001-07-31 Ken Raeburn <raeburn@mit.edu>
* configure.in: Include stdlib.h in test for swab declaration.
diff --git a/src/kdc/krb5kdc.M b/src/kdc/krb5kdc.M
index 700d653..bc775e5 100644
--- a/src/kdc/krb5kdc.M
+++ b/src/kdc/krb5kdc.M
@@ -46,6 +46,8 @@ krb5kdc \- Kerberos V5 KDC
] [
.B \-4
.I v4mode
+] [
+.B \-n
]
.br
.SH DESCRIPTION
@@ -111,6 +113,13 @@ database entries respectively. The default behaviour is as if
.I nopreauth
was specified.
.PP
+The
+.B \-n
+option specifies that the KDC does not put itself in the background
+and does not disassociate itself from the terminal. In normal
+operation, you should always allow the KDC to place itself in
+the background.
+.PP
The KDC may service requests for multiple realms (maximum 32 realms). The
realms are listed on the command line. Per-realm options that can be
specified on the command line pertain for each realm that follows it and are