xref: /freebsd/crypto/heimdal/kdc/hpropd.8 (revision 362982da86a3a7ce3c55e669032f8c22a2a6b4e0)
1.\" $Id: hpropd.8,v 1.7 2001/06/08 21:35:32 joda Exp $
2.\"
3.Dd August 27, 1997
4.Dt HPROPD 8
5.Os HEIMDAL
6.Sh NAME
7.Nm hpropd
8.Nd receive a propagated database
9.Sh SYNOPSIS
10.Nm
11.Oo Fl d Ar file \*(Ba Xo
12.Fl -database= Ns Ar file
13.Xc
14.Oc
15.Op Fl n | Fl -stdin
16.Op Fl -print
17.Op Fl i | Fl -no-inetd
18.Oo Fl k Ar keytab \*(Ba Xo
19.Fl -keytab= Ns Ar keytab
20.Xc
21.Oc
22.Op Fl 4 | Fl -v4dump
23.Sh DESCRIPTION
24.Nm
25receives databases sent by
26.Nm hprop .
27and writes it as a local database.
28.Pp
29By default,
30.Nm
31expects to be started from
32.Nm inetd
33if stdin is a socket and expects to receive the dumped database over
34stdin otherwise.
35If the database is sent over the network, it is authenticated and
36encrypted.
37Only connections from
38.Li kadmin/hprop
39are accepted.
40.Pp
41Options supported:
42.Bl -tag -width Ds
43.It Xo
44.Fl d Ar file Ns ,
45.Fl -database= Ns Ar file
46.Xc
47database
48.It Xo
49.Fl n Ns ,
50.Fl -stdin
51.Xc
52read from stdin
53.It Xo
54.Fl -print
55.Xc
56print dump to stdout
57.It Xo
58.Fl i Ns ,
59.Fl -no-inetd
60.Xc
61Not started from inetd
62.It Xo
63.Fl k Ar keytab Ns ,
64.Fl -keytab= Ns Ar keytab
65.Xc
66keytab to use for authentication
67.It Xo
68.Fl 4 Ns ,
69.Fl -v4dump
70.Xc
71create v4 type DB
72.El
73.Sh SEE ALSO
74.Xr hprop 8
75