new man pages

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3205 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-08-27 23:44:57 +00:00
parent 44dc189722
commit 44edbf46f3
8 changed files with 235 additions and 0 deletions

42
kdc/hprop.8 Normal file
View File

@@ -0,0 +1,42 @@
.\" $Id$
.\"
.Dd Aug 27, 1997
.Dt HPROP 8
.Os HEIMDAL
.Sh NAME
.Nm hprop
.Nd
propagate the KDC database
.Sh SYNOPSIS
.Nm
.Op Fl d Ar file
.Op Fl -database= Ns Ar file
.Op Fl 4
.Op Fl -v4-db
.Op Fl k Ar keytab
.Op Fl -keytab= Ns Ar keytab
.Ar host ...
.Sh DESCRIPTION
.Nm
propagates the database from a master KDC to a slave. It connects to
all hosts specified on the command by opening a TCP connection to port
4712 (service hprop) and sending over the database in encrypted form.
.Pp
Options supported:
.Bl -tag -width Ds
.It Fl d Ar file
.It Fl -database= Ns Ar file
The database to be propagated.
.It Fl 4
.It Fl -v4-db
Use a version 4 database. This option is only available if the code is
compiled with Kerberos 4 support.
.It Fl k
.It Fl -keytab= Ns Ar keytab
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.
.El
.Sh SEE ALSO
.Xr hpropd 8

27
kdc/hpropd.8 Normal file
View File

@@ -0,0 +1,27 @@
.\" $Id$
.\"
.Dd Aug 27, 1997
.Dt HPROPD 8
.Os HEIMDAL
.Sh NAME
.Nm hpropd
.Nd
receive a propagated database
.Sh SYNOPSIS
.Nm
.Op Fl d Ar database
.Op Fl -database= Ns Ar database
.Sh DESCRIPTION
.Nm
receives databases sent by
.Nm hprop .
and writes it as a local database.
.Pp
Options supported:
.Bl -tag -width Ds
.It Fl d Ar database
.It Fl -database= Ns Ar database
the database to create.
.El
.Sh SEE ALSO
.Xr hprop 8

26
kdc/kstash.8 Normal file
View File

@@ -0,0 +1,26 @@
.\" $Id$
.\"
.Dd Aug 27, 1997
.Dt KSTASH 8
.Os HEIMDAL
.Sh NAME
.Nm kstash
.Nd
Store the KDC master password in a file
.Sh SYNOPSIS
.Nm
.Op Fl k Ar file
.Op Fl -key-file= Ns Ar file
.Sh DESCRIPTION
.Nm
allows you to the master password and store in a file that will be read
by the KDC.
.Pp
Options supported:
.Bl -tag -width Ds
.It Fl k Ar file
.It Fl -key-file= Ns Ar file
Specify what file the master key is stored in. The default is
.Pa m-key .
.Sh SEE ALSO
.Xr kdc 8