update manual page

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9022 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2000-09-01 16:37:52 +00:00
parent e181b0b525
commit 27bc543586

View File

@@ -1,27 +1,59 @@
.\" $Id$ .\" $Id$
.\" .\"
.Dd Aug 27, 1997 .Dd September 1, 2000
.Dt KSTASH 8 .Dt KSTASH 8
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
.Nm kstash .Nm kstash
.Nd .Nd
Store the KDC master password in a file store the KDC master password in a file
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Op Fl k Ar file .Oo Fl e Ar string \*(Ba Xo
.Op Fl -key-file= Ns Ar file .Fl -enctype= Ns Ar string Oc
.Xc
.Oo Fl k Ar file \*(Ba Xo
.Fl -key-file= Ns Ar file Oc
.Xc
.Op Fl -convert-file
.Op Fl -master-key-fd= Ns Ar fd
.Op Fl h | Fl -help
.Op Fl -version
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm .Nm
allows you to the master password and store in a file that will be read reads the Kerberos master key and stores it in a file that will be
by the KDC. used by the KDC.
.Pp .Pp
Options supported: Supported options:
.Bl -tag -width Ds .Bl -tag -width Ds
.It Fl k Ar file .It Xo
.It Fl -key-file= Ns Ar file .Fl e Ar string Ns ,
Specify what file the master key is stored in. The default is .Fl -enctype= Ns Ar string
.Pa m-key . .Xc
the encryption type to use, defaults to DES3-CBC-SHA1
.It Xo
.Fl k Ar file Ns ,
.Fl -key-file= Ns Ar file
.Xc
the name of the master key file
.It Xo
.Fl -convert-file
.Xc
don't ask for a new master key, just read an old master key file, and
writes it back in the new keyfile format
.It Xo
.Fl -master-key-fd= Ns Ar fd
.Xc
filedescriptor to read passphrase from, if not specified the
passphrase will be read from the terminal
.El .El
.\".Sh ENVIRONMENT
.\".Sh FILES
.\".Sh EXAMPLES
.\".Sh DIAGNOSTICS
.Sh SEE ALSO .Sh SEE ALSO
.Xr kdc 8 .Xr kdc 8
.\".Sh STANDARDS
.\".Sh HISTORY
.\".Sh AUTHORS
.\".Sh BUGS