Re: [Qemu-devel] Fix SMB security configuration on newer samba versions

2013-10-27 Thread Michael Büsch
On Sun, 27 Oct 2013 18:50:18 +0800 Amos Kong wrote: > > Index: qemu-1.6.1/net/slirp.c > > === > > --- qemu-1.6.1.orig/net/slirp.c 2013-10-09 21:20:32.0 +0200 > > +++ qemu-1.6.1/net/slirp.c 2013-10-21 13:49:39.918960448 +

Re: [Qemu-devel] Fix SMB security configuration on newer samba versions

2013-10-27 Thread Amos Kong
On Mon, Oct 21, 2013 at 7:50 PM, Michael Büsch wrote: > The following changes fix the samba security configuration on > newer samba versions. > > samba version 4.0.10-Debian throws this warning: > >> WARNING: Ignoring invalid value 'share' for parameter 'security' > > Which makes it fall back to

[Qemu-devel] Fix SMB security configuration on newer samba versions

2013-10-21 Thread Michael Büsch
The following changes fix the samba security configuration on newer samba versions. samba version 4.0.10-Debian throws this warning: > WARNING: Ignoring invalid value 'share' for parameter 'security' Which makes it fall back to security=user without guest login. Fix this by selecting 'user' e