Initial import from FreeBSD RELENG_4:
[dragonfly.git] / crypto / heimdal / kdc / hpropd.8
1 .\" $Id: hpropd.8,v 1.9 2002/08/20 16:37:13 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
25 receives databases sent by
26 .Nm hprop .
27 and writes it as a local database.
28 .Pp
29 By default,
30 .Nm
31 expects to be started from
32 .Nm inetd
33 if stdin is a socket and expects to receive the dumped database over
34 stdin otherwise.
35 If the database is sent over the network, it is authenticated and
36 encrypted.
37 Only connections from
38 .Nm kadmin Ns / Ns Nm hprop
39 are accepted.
40 .Pp
41 Options supported:
42 .Bl -tag -width Ds
43 .It Xo
44 .Fl d Ar file ,
45 .Fl -database= Ns Ar file
46 .Xc
47 database
48 .It Xo
49 .Fl n ,
50 .Fl -stdin
51 .Xc
52 read from stdin
53 .It Xo
54 .Fl -print
55 .Xc
56 print dump to stdout
57 .It Xo
58 .Fl i ,
59 .Fl -no-inetd
60 .Xc
61 Not started from inetd
62 .It Xo
63 .Fl k Ar keytab ,
64 .Fl -keytab= Ns Ar keytab
65 .Xc
66 keytab to use for authentication
67 .It Xo
68 .Fl 4 ,
69 .Fl -v4dump
70 .Xc
71 create v4 type DB
72 .El
73 .Sh SEE ALSO
74 .Xr hprop 8