This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / kerberosIV / man / kstash.8
CommitLineData
fdf53e02
GW
1.\" $Source: /usr/src/kerberosIV/man/RCS/kstash.8,v $
2.\" $Author: kfall $
3.\" $Header: /usr/src/kerberosIV/man/RCS/kstash.8,v 4.2 90/06/25 21:12:35 kfall Exp $
4.\" Copyright 1989 by the Massachusetts Institute of Technology.
5.\"
6.\" For copying and distribution information,
7.\" please see the file <mit-copyright.h>.
8.\"
9.TH KSTASH 8 "Kerberos Version 4.0" "MIT Project Athena"
10.SH NAME
11kstash \- stash Kerberos key distribution center database master key
12.SH SYNOPSIS
13kstash
14.SH DESCRIPTION
15.I kstash
16saves the Kerberos key distribution center (KDC) database master key in
17the master key cache file.
18.PP
19The user is prompted to enter the key, to verify the authenticity of the
20key and the authorization to store the key in the file.
21.SH DIAGNOSTICS
22.TP 20n
23"verify_master_key: Invalid master key, does not match database."
24The master key string entered was incorrect.
25.TP
26"kstash: Unable to open master key file"
27The attempt to open the cache file for writing failed (probably due to a
28system or access permission error).
29.TP
30"kstash: Write I/O error on master key file"
31The
32.BR write (2)
33system call returned an error while
34.I kstash
35was attempting to write the key to the file.
36.SH FILES
37.TP 20n
38/etc/kerberosIV/principal.pag, /etc/kerberosIV/principal.dir
39DBM files containing database
40.TP
41/etc/kerberosIV/master_key
42Master key cache file.