* Servers no longer use rxkad.keytab for long-term keys, which are
now stored in KeyFileExt. Administrators must use akeyconvert
or similar tooling to populate the KeyFileExt. In most cases,
- `akeyconvert` with no arguments will suffice.
+ `akeyconvert` with no arguments will suffice, and krb5 keys
+ can still be managed (and periodically updated) in the rxkad.keytab.
+ `akeyconvert` is run automatically in the post-install script.
* Server log handling has changed. Logs are not truncated at
startup by default, and are re-opened on SIGUSR1, to be compatible
with external log rotation tools.