Laszlo Ersek dfb3804d47 sasl: Avoid 'Could not find keytab file' in syslog
The "keytab" specification in "qemu.sasl" only makes sense if "gssapi" is
selected in "mech_list". Even if the latter is not done (ie. "gssapi" is
not selected), the cyrus-sasl library tries to open the specified keytab
file, although nothing has a use for it outside the gssapi backend.

Since the default keytab file "/etc/qemu/krb5.tab" is usually absent, the
cyrus-sasl library emits a warning to syslog at startup, which tends to
annoy users (who didn't ask for gssapi in the first place).

Comment out the keytab specification per default.

"qemu-doc.texi" already correctly explains how to use "mech_list: gssapi"
together with "keytab:".

See also:
- upstream libvirt commit fe772f24,
- Red Hat Bugzilla <https://bugzilla.redhat.com/show_bug.cgi?id=1018434>.

Signed-off-by: Laszlo Ersek <lersek@redhat.com>
ACKed-By: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2014-03-15 13:54:18 +04:00
2013-04-18 13:50:53 +02:00
2014-03-13 20:15:37 +01:00
2013-08-07 12:48:00 -05:00
2014-03-03 09:46:27 +04:00
2014-03-13 20:15:37 +01:00
2014-03-12 10:44:45 +01:00
2014-03-12 17:26:32 +01:00
2013-09-05 09:40:31 -05:00
2014-01-08 19:07:20 +00:00
2014-03-13 14:42:24 +01:00
2013-10-11 09:34:56 -07:00
2013-07-23 02:41:31 +02:00
2013-02-21 16:17:31 -06:00
2014-03-13 14:42:24 +01:00
2013-08-12 09:15:12 -05:00
2014-03-13 14:42:24 +01:00
2013-09-03 12:25:55 +02:00
2014-02-21 21:02:23 +01:00
2014-03-13 14:34:16 +00:00
2014-02-25 14:30:28 +01:00
2013-12-04 15:19:00 +01:00
2014-03-05 03:06:24 +01:00
2013-10-11 09:34:56 -07:00
2014-02-20 13:14:18 +01:00
2013-09-25 21:23:05 +02:00
2014-02-17 11:57:23 -05:00
2014-03-13 20:08:15 -07:00
2013-10-11 09:34:56 -07:00
2013-04-08 18:13:10 +02:00

Read the documentation in qemu-doc.html or on http://wiki.qemu-project.org

- QEMU team
Description
No description provided
Readme 569 MiB
Languages
C 83%
C++ 6.3%
Python 3.2%
Dylan 2.9%
Shell 1.6%
Other 2.8%