Initial import from FreeBSD RELENG_4:
[games.git] / crypto / kerberosIV / man / kdb_init.8
1 .\" $Id: kdb_init.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_INIT 8 "Kerberos Version 4.0" "MIT Project Athena"
8 .SH NAME
9 kdb_init \- Initialize Kerberos key distribution center database
10 .SH SYNOPSIS
11 kdb_init [ 
12 .B realm
13 ]
14 .SH DESCRIPTION
15 .I kdb_init
16 initializes a Kerberos key distribution center database, creating the
17 necessary principals.
18 .PP
19 If the optional
20 .I realm
21 argument is not present,
22 .I kdb_init
23 prompts for a realm name.
24 After determining the realm to be created, it prompts for
25 a master key password.  The master key password is used to encrypt
26 every encryption key stored in the database.
27 .SH DIAGNOSTICS
28 .TP 20n
29 "/var/kerberos/principal: File exists"
30 An attempt was made to create a database on a machine which already had
31 an existing database.
32 .SH FILES
33 .TP 20n
34 /var/kerberos/principal.pag, /var/kerberos/principal.dir
35 DBM files containing database
36 .SH SEE ALSO
37 kdb_destroy(8)