From patchwork Mon Oct 5 20:17:05 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arne Fitzenreiter X-Patchwork-Id: 3510 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4C4sMp5SThz3x0p for ; Mon, 5 Oct 2020 20:17:26 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4C4sMm3T1Fz1Ft; Mon, 5 Oct 2020 20:17:24 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4C4sMl6qbtz304J; Mon, 5 Oct 2020 20:17:23 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4C4sMk6jvwz2xb4 for ; Mon, 5 Oct 2020 20:17:22 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4C4sMk4y98z1Fg; Mon, 5 Oct 2020 20:17:22 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1601929042; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:in-reply-to:in-reply-to:references:references; bh=xa6+oGyiAlkDGjhiup2r9aW0f3XKrSzeQjbwnyl62nI=; b=47QVNbw5/EF4ToXAuzybZfckRqoznS2vWZB/abZFLO80zxDbT8JLUaFC/aBq+qLzckT/bM miU2sPidlFEPcGDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1601929042; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:in-reply-to:in-reply-to:references:references; bh=xa6+oGyiAlkDGjhiup2r9aW0f3XKrSzeQjbwnyl62nI=; b=CukqNzXD/BbyeUTWVkRay4m2xGg4IVA4Yt2DjzS3KsSGUVS0DgZBu6hMFWq9NVAEkGHwpD 4RCo/0qVlaO6IyE2jk14ET1/VY4Lncs6Fi8htIqq7cRiW6AB1XdlY9/3RKDGXSwyB83ahy Q0Hg+igrSl7EJQ/F1tRFK3GssndYC7eoV+CxpmXAtiuZl8iqE3jG5KPWbSERCMW8jomh8V ZG8pah6rCsSp47Q8Td+FUHR0+gxb7Kxi7IGgxZx2NDsy78RXGKaN9uJ4Z3+BUyHk7ZYTaL zCUaa/Rt/48UKhnoy0j6Qq6Q8uhkaUG7qzfMoLHrHuWzU3pdpglWOJDak6mdtw== From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: [PATCH 3/9] samba: default.global: remove unsuppoted "map to guest = false" Date: Mon, 5 Oct 2020 22:17:05 +0200 Message-Id: <20201005201711.4259-3-arne_f@ipfire.org> In-Reply-To: <20201005201711.4259-1-arne_f@ipfire.org> References: <20201005201711.4259-1-arne_f@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=arne_f@ipfire.org smtp.mailfrom=arne_f@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Arne Fitzenreiter Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Arne Fitzenreiter --- config/samba/default.global | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/samba/default.global b/config/samba/default.global index 48f572afd..73a0ffa3c 100644 --- a/config/samba/default.global +++ b/config/samba/default.global @@ -11,7 +11,7 @@ os level = 33 fstype = NTFS kernel oplocks = false -map to guest = false +map to guest = bad user smb ports = 445 139 unix charset = CP850