]> xenbits.xensource.com Git - libvirt.git/commit
daemon: Avoid 'Could not find keytab file' in syslog
authorCole Robinson <crobinso@redhat.com>
Sat, 20 Oct 2012 18:10:03 +0000 (14:10 -0400)
committerCole Robinson <crobinso@redhat.com>
Sun, 21 Oct 2012 17:21:07 +0000 (13:21 -0400)
commitfe772f24a6809b3d937ed6547cbaa9d820e514b6
tree1d265f6ba9a564ef71bb866b93e5a6a197faa938
parent6f8a8b30c9a0123d8c6f49c946084b94c580811b
daemon: Avoid 'Could not find keytab file' in syslog

On F17 at least, every time libvirtd starts we get this in syslog:

libvirtd: Could not find keytab file: /etc/libvirt/krb5.tab: No such file or directory

This comes from cyrus-sasl, and happens regardless of whether the
gssapi plugin is requested, which is what actually uses
/etc/libvirt/krb5.tab.

While cyrus-sasl shouldn't complain, we can easily make it shut up by
commenting out the keytab value by default.

Also update the keytab comment to the more modern one from qemu's
sasl config file.
daemon/libvirtd.sasl
docs/auth.html.in