summaryrefslogtreecommitdiffstats
path: root/src/admin
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-06-14 15:23:52 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-06-14 15:23:52 +0000
commit330edf8b701d1c6ae2d028ce2e6fc2b983d674cc (patch)
treeed7cf07bad1e26fcca0a2c2b9a94fdb3bcc82fa4 /src/admin
parent1005a28aca0fe724a5bad26f985d2785990c5439 (diff)
downloadkrb5-330edf8b701d1c6ae2d028ce2e6fc2b983d674cc.tar.gz
krb5-330edf8b701d1c6ae2d028ce2e6fc2b983d674cc.tar.xz
krb5-330edf8b701d1c6ae2d028ce2e6fc2b983d674cc.zip
describe -f option
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2182 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/admin')
-rw-r--r--src/admin/convert/kdb5_convert.M13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/admin/convert/kdb5_convert.M b/src/admin/convert/kdb5_convert.M
index 8bf2da7a6..64f986b73 100644
--- a/src/admin/convert/kdb5_convert.M
+++ b/src/admin/convert/kdb5_convert.M
@@ -35,6 +35,9 @@ kdb5_convert \- convert a v4 Kerberos principal database to a v5 database
.B \-D
.I v4dbname
] [
+.B \-f
+.I v4dumpfile
+] [
.B \-k
.I keytype
] [
@@ -79,6 +82,12 @@ option specifies the name under which the version 4 principal database
is to be found.
.PP
The
+.B \-f
+.I v4dumpfile
+option specifies that the version 4 database should be loaded from the
+dump file rather than from a principal database.
+.PP
+The
.B \-k
.I keytype
option specifies the key type (as an ascii representation of a decimal
@@ -108,3 +117,7 @@ krb5(3), krb5kdc(8)
Doesn't have flexibility about expiration times. Probably doesn't
handle any v4 inter-realm keys. Spits out names of all the entries it
processes.
+.sp
+When the underlying databases are built on the old DBM (not NDBM), the
+conversion must be done from a dump file rather than from a DBM
+database, due to restrictions in the old DBM implementation.