search for: username_was_mapped

Displaying 2 results from an estimated 2 matches for "username_was_mapped".

2019 Feb 18
0
SMB Signing with "map to guest = " options
...const char *sent_nt_username, const char *domain, struct auth_serversupplied_info **server_info, const struct netr_SamInfo3 *info3) The problem is this bit: nt_status = check_account(tmp_ctx,   nt_domain,   nt_username,   &found_username,   &pwd,   &username_was_mapped); if (!NT_STATUS_IS_OK(nt_status)) { /* Handle 'map to guest = Bad Uid */ if (NT_STATUS_EQUAL(nt_status, NT_STATUS_NO_SUCH_USER) &&     (lp_security() == SEC_ADS || lp_security() == SEC_DOMAIN) &&     lp_map_to_guest() == MAP_TO_GUEST_ON_BAD_UID) { DBG_NOTICE("...
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