Re: [libvirt] [PATCH] daemon: Don't initialize SASL context if not necessary

2017-06-02 Thread Peter Krempa
On Fri, Jun 02, 2017 at 13:28:31 +0100, Daniel Berrange wrote: > On Fri, Jun 02, 2017 at 02:10:25PM +0200, Peter Krempa wrote: > > SASL context would be initialized even if the corresponding TCP or TLS > > sockets are not enabled. > > > > fe772f24a68 attempted to fix the symptom by commenting out

Re: [libvirt] [PATCH] daemon: Don't initialize SASL context if not necessary

2017-06-02 Thread Daniel P. Berrange
On Fri, Jun 02, 2017 at 02:10:25PM +0200, Peter Krempa wrote: > SASL context would be initialized even if the corresponding TCP or TLS > sockets are not enabled. > > fe772f24a68 attempted to fix the symptom by commenting out the settings, > but that did not fix the root cause. 3c647ee4bbb later

[libvirt] [PATCH] daemon: Don't initialize SASL context if not necessary

2017-06-02 Thread Peter Krempa
SASL context would be initialized even if the corresponding TCP or TLS sockets are not enabled. fe772f24a68 attempted to fix the symptom by commenting out the settings, but that did not fix the root cause. 3c647ee4bbb later reverted those changes so that the more secure algorithm is used.