Deleted Added
full compact
hprop.8 (72445) hprop.8 (76371)
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
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
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
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 ...
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
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
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
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
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
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
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
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
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
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