describe -f option
authorJohn Kohl <jtkohl@mit.edu>
Fri, 14 Jun 1991 15:23:52 +0000 (15:23 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Fri, 14 Jun 1991 15:23:52 +0000 (15:23 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2182 dc483132-0cff-0310-8789-dd5450dbe970

src/admin/convert/kdb5_convert.M

index 8bf2da7a68ba40113c00ffc7ba3f4f48508edd71..64f986b7396c80e203b1a572ba85c374702bfc62 100644 (file)
@@ -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.