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

20
kpasswd/kpasswd.1 Normal file
View File

@@ -0,0 +1,20 @@
.\" $Id$
.\"
.Dt Aug 27, 1997
.Dt KPASSWD 1
.Os HEIMDAL
.Sh NAME
.Nm kpasswd
.Nd
Kerberos 5 password changing program
.Sh SYNOPSIS
.Nm
.Op Ar principal
.Sh DESCRIPTION
.Nm
is the client for changing passwords.
.Sh DIAGNOSTICS
If the password quality check fails or some other error occurs, an
explanation is printed.
.Sh SEE ALSO
.Xr kpasswdd 8

25
kpasswd/kpasswdd.8 Normal file
View File

@@ -0,0 +1,25 @@
.\" $Id$
.\"
.Dd Aug 27, 1997
.Dt KPASSWDD 8
.Os HEIMDAL
.Sh NAME
.Nm kpasswdd
.Nd
Kerberos 5 password changing server
.Sh SYNOPSIS
.Nm
.Sh DESCRIPTION
.Nm
servers request for password changes. It listens on UDP port 464
(service kpasswd) and processes requests when they arrive. It changes
the database directly and should thus only run on the master KDC.
.Sh DIAGNOSTICS
If an error occurs, the error message is returned to the user and/or
logged to syslog.
.Sh BUGS
The password quality checks are too basic. It should probably use
cracklib or something similar.
.Sh SEE ALSO
.Xr kdc 8 ,
.Xr kpasswd 1

25
kuser/kdestroy.1 Normal file
View File

@@ -0,0 +1,25 @@
.\" $Id$
.\"
.Dd Aug 27, 1997
.Dt KDESTROY 1
.Os HEIMDAL
.Sh NAME
.Nm kdestroy
.Nd
destroy the current ticket file
.Sh SYNOPSIS
.Nm
.Op Fl c Ar cachefile
.Op Fl -cache= Ns Ar cachefile
.Sh DESCRIPTION
.Nm
remove the current set of tickets.
.Pp
.Bl -tag -width Ds
.It Fl c Ar cachefile
.It Fl cache= Ns Ar cachefile
The cache file to remove.
.El
.Sh SEE ALSO
.Xr kinit 1 ,
.Xr klist 1

44
kuser/kinit.1 Normal file
View File

@@ -0,0 +1,44 @@
.\" $Id$
.\"
.Dd Aug 27, 1997
.Dt KINIT 1
.Os HEIMDAL
.Sh NAME
.Nm kinit
.Nd
acquire initial tickets
.Sh SYNOPSIS
.Nm
.Op Fl f
.Op Fl -forwardable
.Op Fl r
.Op Fl -renewable
.Op Fl l Ar lifetime
.Op Fl -lifetime= Ns Ar lifetime
.Op Ar principal
.Sh DESCRIPTION
.Nm
is used to authenticate to the kerberos server as
.Ar principal ,
or if none is given, a system generated default, and acquire a ticket
granting ticket that can later be used to obtain tickets for other
services.
.Pp
Options supported:
.Bl -tag -width Ds
.It Fl f
.It Fl -forwardable
Ask for forwardable tickets.
.It Fl r
.It Fl -renewable
Ask for renewable tickets.
.It Fl l Ar lifetime
.It Fl -lifetime= Ns Ar lifetime
Ask for tickets valids for
.Ar lifetime .
The default is in
.Xr /etc/krb5.conf 5 .
.Sh SEE ALSO
.Xr krb5.conf 5 ,
.Xr klist 1 ,
.Xr kdestroy 1

26
kuser/klist.1 Normal file
View File

@@ -0,0 +1,26 @@
.\" $Id$
.\"
.Dd Aug 27, 1997
.Dt KLIST 1
.Os HEIMDAL
.Sh NAME
.Nm klist
.Nd
list the current tickets
.Sh SYNOPSIS
.Nm
.Op Fl v
.Op Fl -verbose
.Sh DESCRIPTION
.Nm
reads and displays the current tickets in the ticket file.
.Pp
Options supported:
.Bl -tag -width Ds
.It Fl v
.It Fl -verbose
Verbose output. Include all information from tickets.
.El
.Sh SEE ALSO
.Xr kinit 1 ,
.Xr kdestroy 1