Files
heimdal/kdc/hprop.8
Assar Westerlund 44edbf46f3 new man pages
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3205 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-08-27 23:44:57 +00:00

43 lines
946 B
Groff

.\" $Id$
.\"
.Dd Aug 27, 1997
.Dt HPROP 8
.Os HEIMDAL
.Sh NAME
.Nm hprop
.Nd
propagate the KDC database
.Sh SYNOPSIS
.Nm
.Op Fl d Ar file
.Op Fl -database= Ns Ar file
.Op Fl 4
.Op Fl -v4-db
.Op Fl k Ar keytab
.Op Fl -keytab= Ns Ar keytab
.Ar host ...
.Sh DESCRIPTION
.Nm
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
4712 (service hprop) and sending over the database in encrypted form.
.Pp
Options supported:
.Bl -tag -width Ds
.It Fl d Ar file
.It Fl -database= Ns Ar file
The database to be propagated.
.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.
.It Fl k
.It Fl -keytab= Ns Ar keytab
The keytab to use for fetching the key to be used for authenticating
to the propagation daemon(s). The key
.Pa kadmin/hprop
is used from this keytab.
.El
.Sh SEE ALSO
.Xr hpropd 8