Added Install KDC section from the Kerberos V5 Installation Guide.
[krb5.git] / doc / rst_source / krb_admins / install_kdc / slave_intall_fin.rst
1 Create stash files on the Slave KDCs
2 ======================================
3
4 Create stash files, by issuing the following commands on each slave KDC::
5
6      shell% kdb5_util stash
7      kdb5_util: Cannot find/read stored master key while reading master key
8      kdb5_util: Warning: proceeding without master key
9      Enter KDC database master key:  <= Enter the database master key.
10      shell%
11      
12
13 As mentioned above, the stash file is necessary for your KDCs to be able authenticate to themselves, such as when they reboot. You could run your KDCs without stash files, but you would then need to type in the Kerberos database master key by hand every time you start a KDC daemon.
14
15 Start the *krb5kdc* daemon on each KDC
16 =========================================
17
18 The final step in configuing your slave KDCs is to run the KDC daemon::
19
20      shell% /usr/local/sbin/krb5kdc
21      
22
23 As with the master KDC, you will probably want to add this command to the KDCs' */etc/rc* or */etc/inittab* files, so they will start the *krb5kdc* daemon automatically at boot time. 
24
25 ------------
26
27 Feedback:
28
29 Please, provide your feedback or suggest a new topic at krb5-bugs@mit.edu?subject=Documentation___install_kdc
30