From patchwork Mon Oct 5 20:17:03 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arne Fitzenreiter X-Patchwork-Id: 3509 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 4C4sMp0rbTz3x0l 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4C4sMl6bSrz1Fd; Mon, 5 Oct 2020 20:17:23 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4C4sMl5S6xz2ytv; 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 4C4sMk4VG8z2xZw 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 4C4sMj0KrXz1Fd; Mon, 5 Oct 2020 20:17:20 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1601929041; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=RtLDZuGhBNcAMg9gnZNMPvf6z1XSix6kOWsCwKlWPNM=; b=7/o9akM6+NEWnbg1K080eETN6QLm0woy0q3ZgtaMM8X/qGJZGJbcT3PrHkyIZUjC1d3YyY wc3Y2ZVyaxM+RtAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1601929041; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=RtLDZuGhBNcAMg9gnZNMPvf6z1XSix6kOWsCwKlWPNM=; b=kfOkBZHCsQRHILv2+am9vfAeQaUF+rwjn/i9oWxHIqZh7caiP9qQOhVou4T4p+ytk/YTb1 7BMYtdjjbClDOO0m75+IcJmiz3XaSRhEKoZaifCFTD3kkDBD5j+o2Wbzrhn1jLi6yhUF8i iBnKTHSm4il/2G3tyAAelXTq/JenbMDkATCzZ0JUm01W6pL3XnI96RlFJYdQNT7ir0oLiO WExbz3peT1IbfQZoRUs33vat/L2lvf5BFlrqSuk9shFDerrWp7OhyGSnKWJvg37rdVosof R91L32MPhnJ52YZ9p9hN/jY/nBcJEZB/3/KiPKE528H9RlsOw37J+OCqywghOA== From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: [PATCH 1/9] samba.cgi: remove unsupported security = share Date: Mon, 5 Oct 2020 22:17:03 +0200 Message-Id: <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 --- html/cgi-bin/samba.cgi | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/html/cgi-bin/samba.cgi b/html/cgi-bin/samba.cgi index 696cb1b70..8f88bc728 100644 --- a/html/cgi-bin/samba.cgi +++ b/html/cgi-bin/samba.cgi @@ -78,7 +78,7 @@ $sambasettings{'WORKGRP'} = 'homeip.net'; $sambasettings{'NETBIOSNAME'} = 'IPFire'; $sambasettings{'SRVSTRING'} = 'Samba running on IPFire 2.x'; $sambasettings{'INTERFACES'} = ''; -$sambasettings{'SECURITY'} = 'share'; +$sambasettings{'SECURITY'} = 'user'; $sambasettings{'OSLEVEL'} = '33'; $sambasettings{'GREEN'} = 'on'; $sambasettings{'BLUE'} = 'off'; @@ -150,7 +150,7 @@ if ($sambasettings{'ACTION'} eq 'globalresetyes') $sambasettings{'NETBIOSNAME'} = 'IPFire'; $sambasettings{'SRVSTRING'} = 'Samba running on IPFire 2.x'; $sambasettings{'INTERFACES'} = ''; - $sambasettings{'SECURITY'} = 'share'; + $sambasettings{'SECURITY'} = 'user'; $sambasettings{'OSLEVEL'} = '65'; $sambasettings{'GREEN'} = 'on'; $sambasettings{'BLUE'} = 'off'; @@ -535,7 +535,6 @@ print <
$Lang::tr{'security options'} $Lang::tr{'security'}