From f26c83b3faa46b676232771e3723ef6fba132867 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 19 Jul 2001 16:33:26 +0000 Subject: [PATCH] try to update it with the code git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10357 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kdc/hprop.8 | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/kdc/hprop.8 b/kdc/hprop.8 index d93cef19a..f602be4ff 100644 --- a/kdc/hprop.8 +++ b/kdc/hprop.8 @@ -16,18 +16,16 @@ .Fl -database= Ns Pa file .Xc .Oc -.Op Fl -source= Ns Ar heimdal|mit-dump|krb4-db|krb4-dump -.Op Fl 4 | Fl -v4-db -.Op Fl K | Fl -ka-db +.Op Fl -source= Ns Ar heimdal|mit-dump|krb4-dump|krb4-db|kaserver +.Oo Fl r Ar string \*(Ba Xo +.Fl -v4-realm= Ns Ar string +.Xc +.Oc .Oo Fl c Ar cell \*(Ba Xo .Fl -cell= Ns Ar cell .Xc .Oc .Op Fl S | Fl -kaspecials -.Oo Fl r Ar string \*(Ba Xo -.Fl -v4-realm= Ns Ar string -.Xc -.Oc .Oo Fl k Ar keytab \*(Ba Xo .Fl -keytab= Ns Ar keytab .Xc @@ -42,7 +40,7 @@ .Op Fl v | Fl -verbose .Op Fl -version .Op Fl h | Fl -help -.Ar host Ns Op : Ns Ar port +.Op Ar host Ns Op : Ns Ar port .Ar ... .Sh DESCRIPTION .Nm @@ -70,7 +68,7 @@ Where to find the master key to encrypt or decrypt keys with. .Xc The database to be propagated. .It Xo -.Fl -source= Ns Ar heimdal|mit-dump|krb4-db|krb4-dump +.Fl -source= Ns Ar heimdal|mit-dump|krb4-dump|krb4-db|kaserver .Xc Specifies the type of the source database. Alternatives include: @@ -84,7 +82,7 @@ a Kerberos 4 database .It krb4-dump a Kerberos 4 dump file .It kaserver -a AFS kaserver database +an AFS kaserver database .El .It Xo .Fl k Ar keytab Ns , @@ -166,7 +164,7 @@ $ hprop --source=krb4-db -E krb5-slave .Pp Convert a Kerberos 4 dump-file for use with a Heimdal KDC: .Bd -literal -offset indent -$ hprop -n --source=krb4-dump -d /var/kerberos/principal.dump -E | hpropd -n +$ hprop -n --source=krb4-dump -d /var/kerberos/principal.dump --master-key=/.k | hpropd -n .Ed .Sh SEE ALSO .Xr hpropd 8