Improve keytab documentation In the k5srvutil man page, do not give the impression that arbitrary new keys can be added to the keytab (requested by Dan Gillmor), since only the new keys randomly generated by the KDC via 'k5srvutil change' can be added to the keytab. Reiterate the importance of running k5srvutil delold after running k5srvutil change in the description of k5srvutil change, as well as in the description of k5srvutil delold itself. In install_kdc.rst, mention using a separate keytab file when generating a keytab on a KDC for use on another host. [ghudson@mit.edu: squashed two commits, condensed commit message] (cherry picked from commit b1e655b38b60a05d4d2e4e0d4aedb7a9c36ab93b) https://github.com/krb5/krb5/commit/d82fc87568171e4be99835e69221820f54842f12 Author: Ben Kaduk Committer: Tom Yu Commit: d82fc87568171e4be99835e69221820f54842f12 Branch: krb5-1.14 doc/admin/admin_commands/k5srvutil.rst | 22 ++++++++++++---------- doc/admin/install_kdc.rst | 17 +++++++++++++++-- 2 files changed, 27 insertions(+), 12 deletions(-)