Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 1040 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] https://github.com/krb5/krb5/commit/b1e655b38b60a05d4d2e4e0d4aedb7a9c36ab93b Author: Ben Kaduk Committer: Greg Hudson Commit: b1e655b38b60a05d4d2e4e0d4aedb7a9c36ab93b Branch: master doc/admin/admin_commands/k5srvutil.rst | 22 ++++++++++++---------- doc/admin/install_kdc.rst | 17 +++++++++++++++-- 2 files changed, 27 insertions(+), 12 deletions(-)