search for: sec_domain

Displaying 5 results from an estimated 5 matches for "sec_domain".

Did you mean: get_domain
2001 Apr 20
0
Fudging domain support - samba 2.2.0
...hone: (306)966-4832 Fax: (306)966-5205 Email: Ian_MacPhedran@engr.USask.CA -------------- next part -------------- *** orig/samba-2.2.0/source/smbd/reply.c Thu Apr 12 22:09:39 2001 --- samba-2.2.0/source/smbd/reply.c Wed Apr 18 15:59:55 2001 *************** *** 616,623 **** if(lp_security() != SEC_DOMAIN) return False; ! if (!check_domain_match(orig_user, domain)) ! return False; ret = domain_client_validate(orig_user, domain, smb_apasswd, smb_apasslen, --- 616,625 ---- if(lp_security() != SEC_DOMAIN) return False; ! if (!check...
2000 Jan 30
0
More checks for param/loadparm.c
...***********************************************************************/ > static BOOL handle_password_server(char *pszParmValue, char **parm_ptr) { > char *p; > pstring buf; > > *buf = '\0'; > if (Globals.security != SEC_SERVER && Globals.security != SEC_DOMAIN) { > DEBUG(0,("WARNING: password server set to \"%s\", ",pszParmValue)); > DEBUGADD(0,("but security is neither server nor domain.\n" > "password server value ignored\n")); > return True; > } > > /* a "*...
2019 Feb 18
0
SMB Signing with "map to guest = " options
...ain,   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("Try to map %s to guest account",    nt_username); nt_status = make_server_info_guest(tmp_ctx, &result); if (NT_STATUS_IS_OK(nt_status)) { *server_info = talloc_move(mem_ctx, &result);...
2009 Jan 29
1
Problem compiling 3.3.0?
On RH 5.2, and I've previously compiled and installed 3.0.28a on this box. configure ran clean, but make fails with:- Compiling smbd/server.c Linking bin/smbd smbd/server.o: In function `housekeeping_fn': server.c:(.text+0x21e): undefined reference to `attempt_machine_password_change' collect2: ld returned 1 exit status make: *** [bin/smbd] Error 1 Anyone else encountered this?
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