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