Initial import from FreeBSD RELENG_4:
[dragonfly.git] / crypto / kerberosIV / man / kdb_destroy.8
1 .\" $Id: kdb_destroy.8,v 1.3 1997/04/02 21:09:54 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 KDB_DESTROY 8 "Kerberos Version 4.0" "MIT Project Athena"
8 .SH NAME
9 kdb_destroy \- destroy Kerberos key distribution center database
10 .SH SYNOPSIS
11 kdb_destroy
12 .SH DESCRIPTION
13 .I kdb_destroy
14 deletes a Kerberos key distribution center database.
15 .PP
16 The user is prompted to verify that the database should be destroyed.  A
17 response beginning with `y' or `Y' confirms deletion.
18 Any other response aborts deletion.
19 .SH DIAGNOSTICS
20 .TP 20n
21 "Database cannot be deleted at /var/kerberos/principal"
22 The attempt to delete the database failed (probably due to a system or
23 access permission error).
24 .TP
25 "Database not deleted."
26 The user aborted the deletion.
27 .SH FILES
28 .TP 20n
29 /var/kerberos/principal.pag, /var/kerberos/principal.dir
30 DBM files containing database
31 .SH SEE ALSO
32 kdb_init(8)