summaryrefslogtreecommitdiffstats
path: root/doc/admin/admin_commands
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2013-02-04 18:43:22 -0500
committerGreg Hudson <ghudson@mit.edu>2013-02-04 18:53:26 -0500
commit581b1141d628ca01414bcae68e23d45320403dba (patch)
tree25d58171a55ce2f021c9f25375c97cb10bfa42da /doc/admin/admin_commands
parenta71ba2c85329f3a0573bf51cad46f0d3facd5d0e (diff)
downloadkrb5-581b1141d628ca01414bcae68e23d45320403dba.tar.gz
krb5-581b1141d628ca01414bcae68e23d45320403dba.tar.xz
krb5-581b1141d628ca01414bcae68e23d45320403dba.zip
Remove -b6 and -old dump formats
Get rid of the code to dump and load -b6 and -old format dump files. Loading these versions hasn't worked since at least 1.3. ticket: 7564 (new)
Diffstat (limited to 'doc/admin/admin_commands')
-rw-r--r--doc/admin/admin_commands/kdb5_util.rst26
1 files changed, 5 insertions, 21 deletions
diff --git a/doc/admin/admin_commands/kdb5_util.rst b/doc/admin/admin_commands/kdb5_util.rst
index d866777c70..2d7636ef15 100644
--- a/doc/admin/admin_commands/kdb5_util.rst
+++ b/doc/admin/admin_commands/kdb5_util.rst
@@ -130,23 +130,15 @@ dump
.. _kdb5_util_dump:
- **dump** [**-old**\|\ **-b6**\|\ **-b7**\|\ **-ov**\|\ **-r13**]
- [**-verbose**] [**-mkey_convert**] [**-new_mkey_file** *mkey_file*]
- [**-rev**] [**-recurse**] [*filename* [*principals*...]]
+ **dump** [**-b7**\|\ **-ov**\|\ **-r13**] [**-verbose**]
+ [**-mkey_convert**] [**-new_mkey_file** *mkey_file*] [**-rev**]
+ [**-recurse**] [*filename* [*principals*...]]
Dumps the current Kerberos and KADM5 database into an ASCII file. By
default, the database is dumped in current format, "kdb5_util
load_dump version 6". If filename is not specified, or is the string
"-", the dump is sent to standard output. Options:
-**-old**
- causes the dump to be in the Kerberos 5 Beta 5 and earlier dump
- format ("kdb5_edit load_dump version 2.0").
-
-**-b6**
- causes the dump to be in the Kerberos 5 Beta 6 format ("kdb5_edit
- load_dump version 3.0").
-
**-b7**
causes the dump to be in the Kerberos 5 Beta 7 format ("kdb5_util
load_dump version 4"). This was the dump format produced on
@@ -197,8 +189,8 @@ load
.. _kdb5_util_load:
- **load** [**-old**\|\ **-b6**\|\ **-b7**\|\ **-ov**\|\ **-r13**]
- [**-hash**] [**-verbose**] [**-update**] *filename* [*dbname*]
+ **load** [**-b7**\|\ **-ov**\|\ **-r13**] [**-hash**]
+ [**-verbose**] [**-update**] *filename* [*dbname*]
Loads a database dump from the named file into the named database. If
no option is given to determine the format of the dump file, the
@@ -210,14 +202,6 @@ database module, the **-update** flag is required.
Options:
-**-old**
- requires the database to be in the Kerberos 5 Beta 5 and earlier
- format ("kdb5_edit load_dump version 2.0").
-
-**-b6**
- requires the database to be in the Kerberos 5 Beta 6 format
- ("kdb5_edit load_dump version 3.0").
-
**-b7**
requires the database to be in the Kerberos 5 Beta 7 format
("kdb5_util load_dump version 4").