summaryrefslogtreecommitdiffstats
path: root/src/admin/convert
diff options
context:
space:
mode:
authorNancy Gilman <nlgilman@mit.edu>1994-06-14 20:07:50 +0000
committerNancy Gilman <nlgilman@mit.edu>1994-06-14 20:07:50 +0000
commite566bcf824c3731ecbc45f06890627d32d961cf4 (patch)
tree80900d3f89ce3577970bab408429d96634895c27 /src/admin/convert
parentfce0a2c4bc75130e58f1ed0fa18db3382a7b79e4 (diff)
Nancy L. Gilman's changes for Beta 4
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3775 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/admin/convert')
-rw-r--r--src/admin/convert/kdb5_convert.M33
1 files changed, 26 insertions, 7 deletions
diff --git a/src/admin/convert/kdb5_convert.M b/src/admin/convert/kdb5_convert.M
index 28b4aabf5..22a32e473 100644
--- a/src/admin/convert/kdb5_convert.M
+++ b/src/admin/convert/kdb5_convert.M
@@ -32,11 +32,27 @@ kdb5_convert \- convert a v4 Kerberos principal database to a v5 database
.B \-d
.I v5dbname
] [
+.B \-k
+.I keytype
+] [
+.B \-M
+.I mkeyname
+] [
+.B \-e
+.I enctype
+] [
+.B \-n
+]
.B \-D
.I v4dbname
+.br
+.B kdb5_convert
+[
+.B \-r
+.I realm
] [
-.B \-f
-.I v4dumpfile
+.B \-d
+.I v5dbname
] [
.B \-k
.I keytype
@@ -48,7 +64,9 @@ kdb5_convert \- convert a v4 Kerberos principal database to a v5 database
.I enctype
] [
.B \-n
-]
+]
+.B \-f
+.I v4dumpfile
.br
.SH DESCRIPTION
.I kdb5_convert
@@ -104,7 +122,7 @@ The
.B \-M
.I mkeyname
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).
+the default is KRB5_KDB_M_NAME (usually "K/M" in the local realm).
.PP
The
.B \-e
@@ -117,7 +135,7 @@ keytype.
The
.B \-n
option specifies that the master key for the v4 database should be
-entered manually rather than fetched from the normal v4 master key file.
+entered manually rather than fetched from the normal v5 master key file.
The
.B \-K
option specifies that the master key for the v5 (new) database should
@@ -130,9 +148,10 @@ to the new database or ignored.
.SH SEE ALSO
krb5(3), krb5kdc(8)
.SH BUGS
-Doesn't have flexibility about expiration times. Probably doesn't
-handle any v4 inter-realm keys.
+Doesn't have flexibility about expiration times.
.sp
When the underlying databases are built on the old DBM (not NDBM), the
+.B \-D
+option is not allowed, i.e. the
conversion must be done from a dump file rather than from a DBM
database, due to restrictions in the old DBM implementation.