On a Wednesday in 2020, Andrea Bolognani wrote:
When the comment in libvirtd.sasl was last updated with
commit fe772f24a6809b3d937ed6547cbaa9d820e514b6
Author: Cole Robinson <crobinso(a)redhat.com>
Date: Sat Oct 20 14:10:03 2012 -0400
daemon: Avoid 'Could not find keytab file' in syslog
it was noted that only old versions of kerberos would need the
environment variable to be set: that was more than sever years
sever years ago should be enough time.
ago, so it's safe to assume that none of our current target
platforms still requires that hack and setting the appropriate
key in the configuration file will be enough.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
src/remote/libvirtd.sasl | 4 +---
src/remote/libvirtd.sysconf | 3 ---
2 files changed, 1 insertion(+), 6 deletions(-)
You can delete the following occurrennccess too:
$ git grep KRB5_KTNAME
src/remote/libvirtd.init.in:start_stop_daemon_args="--env
KRB5_KTNAME=/etc/libvirt/krb5.tab"
src/remote/virtproxyd.init.in:start_stop_daemon_args="--env
KRB5_KTNAME=/etc/libvirt/krb5.tab"
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano