diff options
| author | John Carr <jfc@mit.edu> | 1992-02-23 12:03:36 +0000 |
|---|---|---|
| committer | John Carr <jfc@mit.edu> | 1992-02-23 12:03:36 +0000 |
| commit | 4b483bf9ef1adaf3998729f2e2f6957bcfb0d626 (patch) | |
| tree | 8deeaa70e29edfc2eddc37c5527a4ede77669b19 /src/admin/convert | |
| parent | cd725a076b7222615be31462c480670a6b1e82fe (diff) | |
| download | krb5-4b483bf9ef1adaf3998729f2e2f6957bcfb0d626.tar.gz krb5-4b483bf9ef1adaf3998729f2e2f6957bcfb0d626.tar.xz krb5-4b483bf9ef1adaf3998729f2e2f6957bcfb0d626.zip | |
Document -t, -K, and -v options
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2208 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/admin/convert')
| -rw-r--r-- | src/admin/convert/kdb5_convert.M | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/src/admin/convert/kdb5_convert.M b/src/admin/convert/kdb5_convert.M index 64f986b739..ffcedc43d9 100644 --- a/src/admin/convert/kdb5_convert.M +++ b/src/admin/convert/kdb5_convert.M @@ -75,6 +75,13 @@ option specifies the name under which the version 5 principal database is to be created; by default the database is in DEFAULT_DBM_FILE (normally /krb5/principal). .PP +If the +.B \-t +option is used \fIkdb5_convert\fR will create a temporary database and +rename it into place after it is loaded so that a server using the database +can continue running. It is an error for the target database to exist +if this option is not used. +.PP The .B \-D .I v4dbname @@ -111,12 +118,20 @@ 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. +The +.B \-K +option specifies that the master key for the v5 (new) database should +be entered manually rather than fetched from the normal v4 master key file. +When the +.B \-v +option is used, \fIkdb5_convert\fR prints the name of each principal it +encounters in the old database and whether the principal is being copied +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. Spits out names of all the entries it -processes. +handle any v4 inter-realm keys. .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 |
