aboutsummaryrefslogtreecommitdiff
path: root/src/kdc/krb5kdc.M
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-10-22 15:56:39 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-10-22 15:56:39 +0000
commit1966b4942352881b368ff55e87a8ec35f4a668bb (patch)
treeeb7d761013e34bf859fe6f8e4dcf5d2be43db2bb /src/kdc/krb5kdc.M
parentd9f9c87093ebd61e5b63284f7cd88ffa24182900 (diff)
downloadkrb5-1966b4942352881b368ff55e87a8ec35f4a668bb.zip
krb5-1966b4942352881b368ff55e87a8ec35f4a668bb.tar.gz
krb5-1966b4942352881b368ff55e87a8ec35f4a668bb.tar.bz2
remove replay cache stuff
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1309 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kdc/krb5kdc.M')
-rw-r--r--src/kdc/krb5kdc.M8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/kdc/krb5kdc.M b/src/kdc/krb5kdc.M
index c542e14..6a115c6 100644
--- a/src/kdc/krb5kdc.M
+++ b/src/kdc/krb5kdc.M
@@ -24,9 +24,6 @@ krb5kdc \- Kerberos V5 KDC
.B \-M
.I mkeyname
] [
-.B \-R
-.I replycache
-] [
.B \-m
]
.br
@@ -62,11 +59,6 @@ option specifies the principal name for the master key in the database;
the default is KRB5_KDB_M_NAME (usually "K/M" in the KDC's realm).
.PP
The
-.B \-R
-option specifies the replay cache to be used; the default is KDCRCACHE
-(usually "dfl:krb5kdc_rcache").
-.PP
-The
.B \-m
option specifies that the master database password should be fetched
from the keyboard rather than from a file on disk.