HPROP(8) | System Manager's Manual | HPROP(8) |
hprop
— propagate
the KDC database
hprop |
[-m
file | --master-key= file]
[-d file | --database= file]
[--source= heimdal|mit-dump]
[-r string | --v4-realm= string]
[-c cell | --cell= cell]
[-k keytab | --keytab= keytab]
[-R string | --v5-realm= string]
[-D | --decrypt ]
[-E | --encrypt ]
[-n | --stdout ]
[-v | --verbose ]
[--version ]
[-h | --help ]
[host[:port]] ... |
hprop
takes a principal database in a
specified format and converts it into a stream of Heimdal database records.
This stream can either be written to standard out, or (more commonly) be
propagated to a hpropd(8) server running on a different
machine.
If propagating, it connects to all hosts specified on the command by opening a TCP connection to port 754 (service hprop) and sends the database in encrypted form.
Supported options:
-m
file,
--master-key=
file-d
file,
--database=
file--source=
heimdal|mit-dump|krb4-dump|kaserver-R
string,
--v5-realm=
string-D
,
--decrypt
-E
,
--encrypt
-n
,
--stdout
The following will propagate a database to another machine (which should run hpropd(8)):
$ hprop slave-1 slave-2
December 8, 2004 | HEIMDAL |