Displaying 2 results from an estimated 2 matches for "consdid".
Did you mean:
consid
2019 Feb 14
3
SMB Signing with "map to guest = " options
Hi,
I'm using samba-4.7.x
I have some confusions over "map to guest=" options with setting SMB Signing
1. Set "*Server signing =auto*", "*map to guest=bad uid*" and set "client
signing in windows 2k12 server group policy" to "Microsoft network client:
Digitally sign communications (Always)” = *Disable*"
SMB_Server is joined to Windows 2k12
2019 Feb 18
0
SMB Signing with "map to guest = " options
...I'm using samba-4.7.x
> I have some confusions over "map to guest=" options with setting SMB
> Signing
>
>
> I want to understand why in case of *#2 and #5* it is not opening
> shares of
> my smb-4.7.x shares,
>
This is probably a case we haven't really consdidered before.
'map to guest = bad uid' is quite different to the other map to guest
options, because in this case a full authentication against the DC was
done and we have correct session keys.
The bug is in:
NTSTATUS make_server_info_info3(TALLOC_CTX *mem_ctx,
const char *sent_nt_u...