Deleted Added
full compact
1.\" $Id: hprop.8,v 1.8 2001/01/30 04:18:41 assar Exp $
2.\"
3.Dd June 19, 2000
4.Dt HPROP 8
5.Os HEIMDAL
6.Sh NAME
7.Nm hprop
8.Nd
9propagate the KDC database
8.Nd propagate the KDC database
9.Sh SYNOPSIS
10.Nm
11.Oo Fl m Ar file \*(Ba Xo
12.Fl -master-key= Ns Pa file Oc
13.Xc
14.Oo Fl d Ar file \*(Ba Xo
15.Fl -database= Ns Pa file Oc
16.Xc

--- 14 unchanged lines hidden (view full) ---

31.Fl -v5-realm= Ns Ar string Oc
32.Xc
33.Op Fl D | Fl -decrypt
34.Op Fl E | Fl -encrypt
35.Op Fl n | Fl -stdout
36.Op Fl v | Fl -verbose
37.Op Fl -version
38.Op Fl h | Fl -help
40.Ar host Ns Op :port
41...
39.Ar host Ns Op : Ns Ar port
40.Ar ...
41.Sh DESCRIPTION
42.Nm
43takes a principal database in a specified format and converts it into
44a stream of Heimdal database records. This stream can either be
45written to standard out, or (more commonly) be propagated to a
46.Xr hpropd 8
47server running on a different machine.
48.Pp

--- 57 unchanged lines hidden (view full) ---

106.Xc
107This option thansmits the database with encrypted keys.
108.It Xo
109.Fl n Ns ,
110.Fl -stdout
111.Xc
112Dump the database on stdout, in a format that can be fed to hpropd.
113.El
115
114.Pp
115The following options are only valid if
116.Nm hprop
117is compiled with support for Kerberos 4 (kaserver).
118.Bl -tag -width Ds
119.It Xo
120.Fl r Ar string Ns ,
121.Fl -v4-realm= Ns Ar string
122.Xc

--- 16 unchanged lines hidden (view full) ---

139.Sq --source=krb4-db .
140.It Xo
141.Fl K Ns ,
142.Fl -ka-db
143.Xc
144Deprecated, identical to
145.Sq --source=kaserver .
146.El
148
147.Sh EXAMPLES
148The following will propagate a database to another machine (which
149should run
150.Xr hpropd 8):
151.Bd -literal -offset indent
152$ hprop slave-1 slave-2
153.Ed
156
154.Pp
155Copy a Kerberos 4 database to a Kerberos 5 slave:
156.Bd -literal -offset indent
157$ hprop --source=krb4-db -E krb5-slave
158.Ed
161
159.Pp
160Convert a Kerberos 4 dump-file for use with a Heimdal KDC:
161.Bd -literal -offset indent
162$ hprop -n --source=krb4-dump -d /var/kerberos/principal.dump -E | hpropd -n
163.Ed
164.Sh SEE ALSO
165.Xr hpropd 8