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