Files
heimdal/kdc/hpropd.8
Assar Westerlund 25ad02d691 mdoc fixes from ru@freebsd.org
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9830 ec53bebd-3082-4978-b11e-865c3cabbd6b
2001-05-02 08:59:23 +00:00

73 lines
1.1 KiB
Groff

.\" $Id$
.\"
.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 Oc
.Xc
.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 Oc
.Xc
.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
.Li kadmin/hprop
are accepted.
.Pp
Options supported:
.Bl -tag -width Ds
.It Xo
.Fl d Ar file Ns ,
.Fl -database= Ns Ar file
.Xc
database
.It Xo
.Fl n Ns ,
.Fl -stdin
.Xc
read from stdin
.It Xo
.Fl -print
.Xc
print dump to stdout
.It Xo
.Fl i Ns ,
.Fl -no-inetd
.Xc
Not started from inetd
.It Xo
.Fl k Ar keytab Ns ,
.Fl -keytab= Ns Ar keytab
.Xc
keytab to use for authentication
.It Xo
.Fl 4 Ns ,
.Fl -v4dump
.Xc
create v4 type DB
.El
.Sh SEE ALSO
.Xr hprop 8