Document kerberos stash file requirement

This adds a piece of missing documentation for running kerberos KDC
servers.

Change-Id: Iac1ffec96ec459ac5856dcdf0fbb2c83224acdb4
This commit is contained in:
Clark Boylan 2019-02-22 14:28:21 -08:00
parent 77cc5fa105
commit b1b4c1e70d

View File

@ -56,6 +56,10 @@ Copy the file `/etc/krb5.keytab` to the second kdc host.
The puppet config sets up slave propagation scripts and cron jobs to run them. The puppet config sets up slave propagation scripts and cron jobs to run them.
You will also need to create a stash file after creating a new realm. Run
`krb5_util stash` on the first kdc host. Copy the file `/etc/krb5kdc/stash`
to all other KDC servers for the krb5-kdc daemons to run.
.. _addprinc: .. _addprinc:
Adding A User Principal Adding A User Principal