Change __signed to signed.
[dragonfly.git] / crypto / kerberosIV / man / kstash.8
1 .\" $Id: kstash.8,v 1.3 1997/04/02 21:09:56 assar Exp $
2 .\" Copyright 1989 by the Massachusetts Institute of Technology.
3 .\"
4 .\" For copying and distribution information,
5 .\" please see the file <mit-copyright.h>.
6 .\"
7 .TH KSTASH 8 "Kerberos Version 4.0" "MIT Project Athena"
8 .SH NAME
9 kstash \- stash Kerberos key distribution center database master key
10 .SH SYNOPSIS
11 kstash
12 .SH DESCRIPTION
13 .I kstash
14 saves the Kerberos key distribution center (KDC) database master key in
15 the master key cache file.
16 .PP
17 The user is prompted to enter the key, to verify the authenticity of the
18 key and the authorization to store the key in the file.
19 .SH DIAGNOSTICS
20 .TP 20n
21 "verify_master_key: Invalid master key, does not match database."
22 The master key string entered was incorrect.
23 .TP
24 "kstash: Unable to open master key file"
25 The attempt to open the cache file for writing failed (probably due to a
26 system or access permission error).
27 .TP
28 "kstash: Write I/O error on master key file"
29 The 
30 .BR write (2)
31 system call returned an error while
32 .I kstash
33 was attempting to write the key to the file.
34 .SH FILES
35 .TP 20n
36 /var/kerberos/principal.pag, /var/kerberos/principal.dir
37 DBM files containing database
38 .TP
39 /.k
40 Master key cache file.