From c771fe7c4ffd7dc04f8eb5976df14465e4587d12 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 5 Oct 2020 22:17:03 +0200 Subject: [PATCH] samba.cgi: remove unsupported security = share Signed-off-by: Arne Fitzenreiter Signed-off-by: Michael Tremer --- 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 696cb1b70d..8f88bc728b 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'}