1*ae771770SStanislav Sedov.\" Copyright (c) 1997, 2000 - 2003 Kungliga Tekniska Högskolan 2bbd80c28SJacques Vidrine.\" (Royal Institute of Technology, Stockholm, Sweden). 3bbd80c28SJacques Vidrine.\" All rights reserved. 4bbd80c28SJacques Vidrine.\" 5bbd80c28SJacques Vidrine.\" Redistribution and use in source and binary forms, with or without 6bbd80c28SJacques Vidrine.\" modification, are permitted provided that the following conditions 7bbd80c28SJacques Vidrine.\" are met: 8bbd80c28SJacques Vidrine.\" 9bbd80c28SJacques Vidrine.\" 1. Redistributions of source code must retain the above copyright 10bbd80c28SJacques Vidrine.\" notice, this list of conditions and the following disclaimer. 11bbd80c28SJacques Vidrine.\" 12bbd80c28SJacques Vidrine.\" 2. Redistributions in binary form must reproduce the above copyright 13bbd80c28SJacques Vidrine.\" notice, this list of conditions and the following disclaimer in the 14bbd80c28SJacques Vidrine.\" documentation and/or other materials provided with the distribution. 15bbd80c28SJacques Vidrine.\" 16bbd80c28SJacques Vidrine.\" 3. Neither the name of the Institute nor the names of its contributors 17bbd80c28SJacques Vidrine.\" may be used to endorse or promote products derived from this software 18bbd80c28SJacques Vidrine.\" without specific prior written permission. 19bbd80c28SJacques Vidrine.\" 20bbd80c28SJacques Vidrine.\" THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND 21bbd80c28SJacques Vidrine.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 22bbd80c28SJacques Vidrine.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23bbd80c28SJacques Vidrine.\" ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE 24bbd80c28SJacques Vidrine.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 25bbd80c28SJacques Vidrine.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 26bbd80c28SJacques Vidrine.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 27bbd80c28SJacques Vidrine.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 28bbd80c28SJacques Vidrine.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 29bbd80c28SJacques Vidrine.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 30bbd80c28SJacques Vidrine.\" SUCH DAMAGE. 31bbd80c28SJacques Vidrine.\" 32*ae771770SStanislav Sedov.\" $Id$ 33b528cefcSMark Murray.\" 3445524cd7SAssar Westerlund.Dd August 27, 1997 35b528cefcSMark Murray.Dt HPROPD 8 36b528cefcSMark Murray.Os HEIMDAL 37b528cefcSMark Murray.Sh NAME 38b528cefcSMark Murray.Nm hpropd 3945524cd7SAssar Westerlund.Nd receive a propagated database 40b528cefcSMark Murray.Sh SYNOPSIS 41b528cefcSMark Murray.Nm 42c19800e8SDoug Rabson.Bk -words 435e9cd1aeSAssar Westerlund.Oo Fl d Ar file \*(Ba Xo 44*ae771770SStanislav Sedov.Fl Fl database= Ns Ar file 455e9cd1aeSAssar Westerlund.Xc 46adb0ddaeSAssar Westerlund.Oc 47*ae771770SStanislav Sedov.Op Fl n | Fl Fl stdin 48*ae771770SStanislav Sedov.Op Fl Fl print 49*ae771770SStanislav Sedov.Op Fl i | Fl Fl no-inetd 505e9cd1aeSAssar Westerlund.Oo Fl k Ar keytab \*(Ba Xo 51*ae771770SStanislav Sedov.Fl Fl keytab= Ns Ar keytab 525e9cd1aeSAssar Westerlund.Xc 53adb0ddaeSAssar Westerlund.Oc 54*ae771770SStanislav Sedov.Op Fl 4 | Fl Fl v4dump 55c19800e8SDoug Rabson.Ek 56b528cefcSMark Murray.Sh DESCRIPTION 57b528cefcSMark Murray.Nm 58bbd80c28SJacques Vidrinereceives a database sent by 59b528cefcSMark Murray.Nm hprop . 60b528cefcSMark Murrayand writes it as a local database. 61b528cefcSMark Murray.Pp 625e9cd1aeSAssar WesterlundBy default, 635e9cd1aeSAssar Westerlund.Nm 645e9cd1aeSAssar Westerlundexpects to be started from 655e9cd1aeSAssar Westerlund.Nm inetd 665e9cd1aeSAssar Westerlundif stdin is a socket and expects to receive the dumped database over 675e9cd1aeSAssar Westerlundstdin otherwise. 685e9cd1aeSAssar WesterlundIf the database is sent over the network, it is authenticated and 695e9cd1aeSAssar Westerlundencrypted. 70c19800e8SDoug RabsonOnly connections authenticated with the principal 714137ff4cSJacques Vidrine.Nm kadmin Ns / Ns Nm hprop 725e9cd1aeSAssar Westerlundare accepted. 735e9cd1aeSAssar Westerlund.Pp 74b528cefcSMark MurrayOptions supported: 75b528cefcSMark Murray.Bl -tag -width Ds 76*ae771770SStanislav Sedov.It Fl d Ar file , Fl Fl database= Ns Ar file 775e9cd1aeSAssar Westerlunddatabase 78*ae771770SStanislav Sedov.It Fl n , Fl Fl stdin 795e9cd1aeSAssar Westerlundread from stdin 80*ae771770SStanislav Sedov.It Fl Fl print 815e9cd1aeSAssar Westerlundprint dump to stdout 82*ae771770SStanislav Sedov.It Fl i , Fl Fl no-inetd 83bbd80c28SJacques Vidrinenot started from inetd 84*ae771770SStanislav Sedov.It Fl k Ar keytab , Fl Fl keytab= Ns Ar keytab 855e9cd1aeSAssar Westerlundkeytab to use for authentication 86*ae771770SStanislav Sedov.It Fl 4 , Fl Fl v4dump 875e9cd1aeSAssar Westerlundcreate v4 type DB 88b528cefcSMark Murray.El 89b528cefcSMark Murray.Sh SEE ALSO 90b528cefcSMark Murray.Xr hprop 8 91