Phriction This Is A Wiki Documentation Windows Connect to Samba shares without authentication History Version 1 vs 2
Version 1 vs 2
Version 1 vs 2
Edits
Edits
- Edit by keithzg, Version 2
- Nov 20 2019 4:59 PM
- ·Minor touchup
- Edit by keithzg, Version 1
- Nov 20 2019 4:51 PM
- ·For Rob, but also for future me
Original Change | Next Change » |
Edit Older Version 1... | Edit Older Version 2... |
Content Changes
Content Changes
More recent versions of #Windows try to enforce security in some kindof dumb ways, and one is that if you're attempting to access a Samba fileshare that doesn't require credentials, you might get something like
{F2515 size=full}
To solve, you need to allow "insecure guest logins" for remote shares . You can do this via either:
* {nav gpedit.msc > Computer Configuration > Administrative Templates > Network > Lanman Workstation > Enable insecure guest logins}
* `reg add HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters /v AllowInsecureGuestAuth /t reg_dword /d 00000001 /f`
More recent versions of #Windows try to enforce security in some kindof dumb ways, and one is that if you're attempting to access a Samba fileshare that doesn't require credentials, you might get something like
{F2515 size=full}
To solve, you need to allow "insecure guest logins" for remote shares . You can do this via either:
* {nav gpedit.msc > icon=desktop, name=Computer Configuration > icon=folder, name=Administrative Templates > icon=folder, name=Network > icon=folder, name=Lanman Workstation > icon=file-o, name=Enable insecure guest logons}
* `reg add HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters /v AllowInsecureGuestAuth /t reg_dword /d 00000001 /f`
More recent versions of #Windows try to enforce security in some kindof dumb ways, and one is that if you're attempting to access a Samba fileshare that doesn't require credentials, you might get something like
{F2515 size=full}
To solve, you need to allow "insecure guest logins" for remote shares . You can do this via either:
* {nav gpedit.msc > Computer Configuration > Administrative Templates > Network > Lanman Workstation > Enable insecure guest logiicon=desktop, name=Computer Configuration > icon=folder, name=Administrative Templates > icon=folder, name=Network > icon=folder, name=Lanman Workstation > icon=file-o, name=Enable insecure guest logons}
* `reg add HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters /v AllowInsecureGuestAuth /t reg_dword /d 00000001 /f`