NetBSD/crypto/dist/heimdal/kdc/hprop.8

203 lines
5.3 KiB
Groff
Raw Normal View History

2003-05-16 00:44:06 +04:00
.\" Copyright (c) 2000 - 2003 Kungliga Tekniska H<>gskolan
.\" (Royal Institute of Technology, Stockholm, Sweden).
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\"
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\"
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\"
.\" 3. Neither the name of the Institute nor the names of its contributors
.\" may be used to endorse or promote products derived from this software
.\" without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $Heimdal: hprop.8,v 1.18 2003/02/16 21:10:19 lha Exp $
.\" $NetBSD: hprop.8,v 1.7 2003/05/15 20:44:12 lha Exp $
.\"
2000-08-02 23:57:59 +04:00
.Dd June 19, 2000
.Dt HPROP 8
2001-06-05 14:13:54 +04:00
.Os
.Sh NAME
.Nm hprop
2001-06-20 02:39:52 +04:00
.Nd propagate the KDC database
.Sh SYNOPSIS
.Nm
2000-08-02 23:57:59 +04:00
.Oo Fl m Ar file \*(Ba Xo
2001-06-20 02:39:52 +04:00
.Fl -master-key= Ns Pa file
2000-08-02 23:57:59 +04:00
.Xc
2001-06-20 02:39:52 +04:00
.Oc
2000-08-02 23:57:59 +04:00
.Oo Fl d Ar file \*(Ba Xo
2001-06-20 02:39:52 +04:00
.Fl -database= Ns Pa file
2000-08-02 23:57:59 +04:00
.Xc
2001-06-20 02:39:52 +04:00
.Oc
2001-09-17 16:32:33 +04:00
.Op Fl -source= Ns Ar heimdal|mit-dump|krb4-dump|krb4-db|kaserver
.Oo Fl r Ar string \*(Ba Xo
.Fl -v4-realm= Ns Ar string
.Xc
.Oc
2000-08-02 23:57:59 +04:00
.Oo Fl c Ar cell \*(Ba Xo
2001-06-20 02:39:52 +04:00
.Fl -cell= Ns Ar cell
2000-08-02 23:57:59 +04:00
.Xc
2001-06-20 02:39:52 +04:00
.Oc
2000-08-02 23:57:59 +04:00
.Op Fl S | Fl -kaspecials
.Oo Fl k Ar keytab \*(Ba Xo
2001-06-20 02:39:52 +04:00
.Fl -keytab= Ns Ar keytab
2000-08-02 23:57:59 +04:00
.Xc
2001-06-20 02:39:52 +04:00
.Oc
2000-08-02 23:57:59 +04:00
.Oo Fl R Ar string \*(Ba Xo
2001-06-20 02:39:52 +04:00
.Fl -v5-realm= Ns Ar string
2000-08-02 23:57:59 +04:00
.Xc
2001-06-20 02:39:52 +04:00
.Oc
2000-08-02 23:57:59 +04:00
.Op Fl D | Fl -decrypt
.Op Fl E | Fl -encrypt
.Op Fl n | Fl -stdout
.Op Fl v | Fl -verbose
.Op Fl -version
2000-08-02 23:57:59 +04:00
.Op Fl h | Fl -help
2001-09-17 16:32:33 +04:00
.Op Ar host Ns Op : Ns Ar port
2001-06-20 02:39:52 +04:00
.Ar ...
.Sh DESCRIPTION
.Nm
2000-08-02 23:57:59 +04:00
takes a principal database in a specified format and converts it into
a stream of Heimdal database records. This stream can either be
written to standard out, or (more commonly) be propagated to a
.Xr hpropd 8
server running on a different machine.
.Pp
If propagating, it connects to all
.Ar hosts
specified on the command by opening a TCP connection to port 754
(service hprop) and sends the database in encrypted form.
.Pp
2000-08-02 23:57:59 +04:00
Supported options:
.Bl -tag -width Ds
2000-08-02 23:57:59 +04:00
.It Xo
.Fl m Ar file ,
2000-08-02 23:57:59 +04:00
.Fl -master-key= Ns Pa file
.Xc
Where to find the master key to encrypt or decrypt keys with.
.It Xo
.Fl d Ar file ,
2000-08-02 23:57:59 +04:00
.Fl -database= Ns Pa file
.Xc
The database to be propagated.
2000-08-02 23:57:59 +04:00
.It Xo
2001-09-17 16:32:33 +04:00
.Fl -source= Ns Ar heimdal|mit-dump|krb4-dump|krb4-db|kaserver
2000-08-02 23:57:59 +04:00
.Xc
Specifies the type of the source database. Alternatives include:
.Pp
2001-09-17 16:32:33 +04:00
.Bl -tag -width krb4-dump -compact -offset indent
2000-08-02 23:57:59 +04:00
.It heimdal
a Heimdal database
.It mit-dump
a MIT Kerberos 5 dump file
.It krb4-db
a Kerberos 4 database
.It krb4-dump
a Kerberos 4 dump file
.It kaserver
2001-09-17 16:32:33 +04:00
an AFS kaserver database
2000-08-02 23:57:59 +04:00
.El
.It Xo
.Fl k Ar keytab ,
2000-08-02 23:57:59 +04:00
.Fl -keytab= Ns Ar keytab
.Xc
The keytab to use for fetching the key to be used for authenticating
to the propagation daemon(s). The key
.Pa kadmin/hprop
is used from this keytab. The default is to fetch the key from the
KDC database.
.It Xo
.Fl R Ar string ,
2000-08-02 23:57:59 +04:00
.Fl -v5-realm= Ns Ar string
.Xc
Local realm override.
.It Xo
.Fl D ,
2000-08-02 23:57:59 +04:00
.Fl -decrypt
.Xc
The encryption keys in the database can either be in clear, or
2001-09-17 16:32:33 +04:00
encrypted with a master key. This option transmits the database with
unencrypted keys.
2000-08-02 23:57:59 +04:00
.It Xo
.Fl E ,
2000-08-02 23:57:59 +04:00
.Fl -encrypt
.Xc
2001-09-17 16:32:33 +04:00
This option transmits the database with encrypted keys.
2000-08-02 23:57:59 +04:00
.It Xo
.Fl n ,
2000-08-02 23:57:59 +04:00
.Fl -stdout
.Xc
Dump the database on stdout, in a format that can be fed to hpropd.
.El
2001-06-20 02:39:52 +04:00
.Pp
2000-08-02 23:57:59 +04:00
The following options are only valid if
.Nm hprop
is compiled with support for Kerberos 4 (kaserver).
.Bl -tag -width Ds
.It Xo
.Fl r Ar string ,
2000-08-02 23:57:59 +04:00
.Fl -v4-realm= Ns Ar string
.Xc
2003-05-16 00:44:06 +04:00
v4 realm to use.
2000-08-02 23:57:59 +04:00
.It Xo
.Fl c Ar cell ,
2000-08-02 23:57:59 +04:00
.Fl -cell= Ns Ar cell
.Xc
The AFS cell name, used if reading a kaserver database.
.It Xo
.Fl S ,
2000-08-02 23:57:59 +04:00
.Fl -kaspecials
.Xc
Also dump the principals marked as special in the kaserver database.
.It Xo
.Fl 4 ,
2000-08-02 23:57:59 +04:00
.Fl -v4-db
.Xc
Deprecated, identical to
2000-08-02 23:57:59 +04:00
.Sq --source=krb4-db .
.It Xo
.Fl K ,
2000-08-02 23:57:59 +04:00
.Fl -ka-db
.Xc
Deprecated, identical to
2000-08-02 23:57:59 +04:00
.Sq --source=kaserver .
.El
.Sh EXAMPLES
The following will propagate a database to another machine (which
should run
.Xr hpropd 8 ) :
2000-08-02 23:57:59 +04:00
.Bd -literal -offset indent
$ hprop slave-1 slave-2
.Ed
2001-06-20 02:39:52 +04:00
.Pp
2000-08-02 23:57:59 +04:00
Copy a Kerberos 4 database to a Kerberos 5 slave:
.Bd -literal -offset indent
$ hprop --source=krb4-db -E krb5-slave
.Ed
2001-06-20 02:39:52 +04:00
.Pp
2000-08-02 23:57:59 +04:00
Convert a Kerberos 4 dump-file for use with a Heimdal KDC:
.Bd -literal -offset indent
2001-09-17 16:32:33 +04:00
$ hprop -n --source=krb4-dump -d /var/kerberos/principal.dump --master-key=/.k | hpropd -n
2000-08-02 23:57:59 +04:00
.Ed
.Sh SEE ALSO
.Xr hpropd 8