search for: itemproperty

Displaying 4 results from an estimated 4 matches for "itemproperty".

2020 Mar 11
3
Due to CVE in windows, disable SMB3 compression.
...es for this vulnerability as soon as they become available even if you plan to leave this workaround in place: Disable SMBv3 compression You can disable compression to block unauthenticated attackers from exploiting the vulnerability against an SMBv3 Server with the PowerShell command below. Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" DisableCompression -Type DWORD -Value 1 -Force Notes: No reboot is needed after making the change. This workaround does not prevent exploitation of SMB clients. You can disable the workaround with the PowerShell co...
2018 Oct 13
2
Windows Server 2019 / Windows 10 LTSC can't access samba shares on Debian stable 4.5.12
...tem-error-1272 https://support.microsoft.com/en-us/help/4046019/guest-access-smb2-disabled-by-default-in-windows-10-server-2016 https://getadmx.com/?Category=Windows_10_2016&Policy=Microsoft.Policies.LanmanWorkstation::Pol_EnableInsecureGuestLogons The following command resolved my issue: Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" -Name "AllowInsecureGuestAuth" -Type DWord -Value 1 Afterwards it works. Also with the Debian Samba. Cheers, Thomas
2018 Oct 13
0
Windows Server 2019 / Windows 10 LTSC can't access samba shares on Debian stable 4.5.12
...pport.microsoft.com/en-us/help/4046019/guest-access-smb2-disabled-by-default-in-windows-10-server-2016 > https://getadmx.com/?Category=Windows_10_2016&Policy=Microsoft.Policies.LanmanWorkstation::Pol_EnableInsecureGuestLogons > > The following command resolved my issue: > > Set-ItemProperty -Path > "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" > -Name "AllowInsecureGuestAuth" -Type DWord -Value 1 > > Afterwards it works. Also with the Debian Samba. Yes, that is correct, Windows now as 'guest' turned off by default. Ro...
2018 Oct 13
2
Windows Server 2019 / Windows 10 LTSC can't access samba shares on Debian stable 4.5.12
Hello everyone, when using samba 4.9.1 as a standalone filer, I need to start smbd and nmbd, don't I? I'm using: /local/samba/sbin/smbd -s /local/samba-config/common/smb.conf /local/samba/sbin/nmbd -s /local/samba-config/common/smb.conf However smbd. Seems to ignore my lock directory: (infra) [/local/samba-config/common] grep gencache_notrans.tdb log/smbd Opening cache file at