Changeset 8463c93 in oe-alliance-core

Timestamp:
11/15/17 23:25:38 (5 years ago)
Author:
Schimmelreiter <Ziggy.SpaceRat@…>
Branches:
4.3
Children:
495d539
Parents:
87a745f
Message:

[samba4] Update / Fix

  • Update to 4.4.16 for security fixes
  • Work around a bug that Samba's nmbd doesn't properly parse smb.conf by adding the workgroup as command line paramater if != WORKGROUP
  • Switch from map to guest = Bad User to Bad Password This makes Windows 10 Version 1709 believe it successfully *logged* in, so you can revert

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters]
"AllowInsecureGuestAuth"=dword:1
to the more secure new default
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters]
"AllowInsecureGuestAuth"=dword:0
without losing connectivity.

(No files)

Note: See TracChangeset for help on using the changeset viewer.