BSD 4_4_Lite2 development
[unix-history] / usr / share / man / cat8 / kdb_util.0
CommitLineData
b1052012
C
1
2
3
4KDB_UTIL(8) BSD System Manager's Manual KDB_UTIL(8)
5
6
7N\bNA\bAM\bME\bE
8 kdb_util - Kerberos key distribution center database
9 utility
10
11S\bSY\bYN\bNO\bOP\bPS\bSI\bIS\bS
12 kdb_util o\bop\bpe\ber\bra\bat\bti\bio\bon\bn f\bfi\bil\ble\ben\bna\bam\bme\be
13
14D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
15 _\bk_\bd_\bb_\b__\bu_\bt_\bi_\bl allows the Kerberos key distribution center (KDC)
16 database administrator to perform utility functions on the
17 database.
18
19 _\bO_\bp_\be_\br_\ba_\bt_\bi_\bo_\bn must be one of the following:
20
21 _\bl_\bo_\ba_\bd initializes the KDC database with the records
22 described by the text contained in the file
23 _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be. Any existing database is overwritten.
24
25 _\bd_\bu_\bm_\bp dumps the KDC database into a text representa-
26 tion in the file _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be.
27
28 _\bs_\bl_\ba_\bv_\be_\b__\bd_\bu_\bm_\bp
29 performs a database dump like the _\bd_\bu_\bm_\bp opera-
30 tion, and additionally creates a semaphore file
31 signaling the propagation software that an
32 update is available for distribution to slave
33 KDC databases.
34
35 _\bn_\be_\bw_\b__\bm_\ba_\bs_\bt_\be_\br_\b__\bk_\be_\by
36 prompts for the old and new master key strings,
37 and then dumps the KDC database into a text rep-
38 resentation in the file _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be. The keys in
39 the text representation are encrypted in the new
40 master key.
41
42 _\bc_\bo_\bn_\bv_\be_\br_\bt_\b__\bo_\bl_\bd_\b__\bd_\bb
43 prompts for the master key string, and then
44 dumps the KDC database into a text representa-
45 tion in the file _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be. The existing
46 database is assumed to be encrypted using the
47 old format (encrypted by the key schedule of the
48 master key); the dumped database is encrypted
49 using the new format (encrypted directly with
50 master key).
51
52
53D\bDI\bIA\bAG\bGN\bNO\bOS\bST\bTI\bIC\bCS\bS
54 "verify_master_key: Invalid master key, does not match
55 database."
56 The master key string entered was
57 incorrect.
58
59
60
61MIT Project Athena Kerberos Version 4.0 1
62
63
64
65
66
67
68
69
70KDB_UTIL(8) BSD System Manager's Manual KDB_UTIL(8)
71
72
73F\bFI\bIL\bLE\bES\bS
74 /etc/kerberosIV/principal.pag,
75 /etc/kerberosIV/principal.dir
76 DBM files containing database
77
78 _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be.ok semaphore file created by _\bs_\bl_\ba_\bv_\be_\b__\bd_\bu_\bm_\bp_\b.
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127MIT Project Athena Kerberos Version 4.0 2
128
129
130
131
132