Update to recent options.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3373 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-09-03 20:32:22 +00:00
parent 1fc52ef43e
commit 4dc0663fb1

View File

@@ -9,34 +9,58 @@
propagate the KDC database propagate the KDC database
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Op Fl 4DEhnv
.Op Fl d Ar file .Op Fl d Ar file
.Op Fl -database= Ns Ar file .Op Fl -database= Ns Ar file
.Op Fl 4 .Op Fl -decrypt
.Op Fl -encrypt
.Op Fl -help
.Op Fl k
.Op Fl -keytab= Ns Ar file
.Op Fl m Ar file
.Op Fl -master-key= Ns Ar file
.Op Fl -stdout
.Op Fl -v4-db .Op Fl -v4-db
.Op Fl k Ar keytab .Op Fl -verbose
.Op Fl -keytab= Ns Ar keytab .Op Fl -version
.Ar host ... .Ar host ...
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm .Nm
propagates the database from a master KDC to a slave. It connects to propagates the database from a master KDC to a slave. It connects to
all hosts specified on the command by opening a TCP connection to port all
4712 (service hprop) and sending over the database in encrypted form. .Ar hosts
specified on the command by opening a TCP connection to port 754
(service hprop) and sends the database in encrypted form.
.Pp .Pp
Options supported: Options supported:
.Bl -tag -width Ds .Bl -tag -width Ds
.It Fl d Ar file .It Fl d Ar file
.It Fl -database= Ns Ar file .It Fl -database= Ns Ar file
The database to be propagated. The database to be propagated.
.It Fl 4 .It Fl D
.It Fl -v4-db .It Fl -decrypt
Use a version 4 database. This option is only available if the code is The encryption keys in the database can either be in clear, or
compiled with Kerberos 4 support. encrypted with a master key. This option thansmits the database with
unencrypted keys.
.It Fl E
.It Fl -encrypt
This option thansmits the database with encrypted keys.
.It Fl k .It Fl k
.It Fl -keytab= Ns Ar keytab .It Fl -keytab= Ns Ar file
The keytab to use for fetching the key to be used for authenticating The keytab to use for fetching the key to be used for authenticating
to the propagation daemon(s). The key to the propagation daemon(s). The key
.Pa kadmin/hprop .Pa kadmin/hprop
is used from this keytab. is used from this keytab.
.It Fl m Ar file
.It Fl -master-key= Ns Ar file
Where to find the master key to encrypt or decrypt keys with.
.It Fl n
.It Fl -stdout
Dump the database on stdout, in a format that can be fed to hpropd.
.It Fl 4
.It Fl -v4-db
Use a version 4 database. This option is only available if the code is
compiled with Kerberos 4 support.
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr hpropd 8 .Xr hpropd 8