qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Amos Kong
Subject: Re: [Qemu-devel] Fix SMB security configuration on newer samba versions
Date: Sun, 27 Oct 2013 18:50:18 +0800

On Mon, Oct 21, 2013 at 7:50 PM, Michael Büsch <address@hidden> 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 security=user without guest login.
>
> Fix this by selecting 'user' explicitly and mapping unknown users to guest 
> logins.
>
> Signed-off-by: Michael Buesch <address@hidden>
>
> ---
> Index: qemu-1.6.1/net/slirp.c
> ===================================================================
> --- qemu-1.6.1.orig/net/slirp.c 2013-10-09 21:20:32.000000000 +0200
> +++ qemu-1.6.1/net/slirp.c      2013-10-21 13:49:39.918960448 +0200
> @@ -529,7 +529,8 @@
>              "state directory=%s\n"
>              "log file=%s/log.smbd\n"
>              "smb passwd file=%s/smbpasswd\n"
> -            "security = share\n"
> +            "security = user\n"
> +            "map to guest = Bad User\n"

does this still work with old samba?

>              "[qemu]\n"
>              "path=%s\n"
>              "read only=no\n"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]