Deleted Added
sdiff udiff text old ( 72445 ) new ( 76371 )
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
10.Sh SYNOPSIS
11.Nm
12.Oo Fl m Ar file \*(Ba Xo
13.Fl -master-key= Ns Pa file Oc
14.Xc
15.Oo Fl d Ar file \*(Ba Xo
16.Fl -database= Ns Pa file Oc
17.Xc

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

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

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

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

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

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