search for: announce_as_nt_serv

Displaying 3 results from an estimated 3 matches for "announce_as_nt_serv".

Did you mean: announce_as_nt_server
2003 Sep 30
1
announce as ... whatif? Faking Samba to be a W2k machine?
Hi, Quick q. Has anyone tried this, and what's the success/failure of this? Changing param/loadparm.c : /* Types of machine we can announce as. */ #define ANNOUNCE_AS_NT_SERVER 1 #define ANNOUNCE_AS_WIN95 2 #define ANNOUNCE_AS_WFW 3 #define ANNOUNCE_AS_NT_WORKSTATION 4 static const struct enum_list enum_announce_as[] = { {ANNOUNCE_AS_NT_SERVER, "NT"}, {ANNOUNCE_AS_NT_SERVER, "NT Server"}, {ANNOUNCE_AS_NT_WORKSTATION, &quot...
2000 Jan 27
0
service_ok, redux.
..."using wins server \"%s\".\n", Globals.szWINSserver)); > Globals.bWINSsupport = False; > } > > /* Check for announcing as something other than NT, which can */ > /* interefere with serving browse lists. */ > if (Globals.announce_as != ANNOUNCE_AS_NT_SERVER) > DEBUG(0,( "WARNING: announce as not set to \"NT\", this may " > "interfere with browsing.\n")); > > > /* Cross-check PDC vs BDC vs Unix logon server for win9x */ > /* security domain domain encrypt > * logon...
2000 Jan 27
1
Proposed improvements to service_ok()
..."using wins server \"%s\".\n", Globals.szWINSserver)); > Globals.bWINSsupport = False; > } > > /* Check for announcing as something other than NT, which can */ > /* interefere with serving browse lists. */ > if (Globals.announce_as == ANNOUNCE_AS_NT_SERVER) > DEBUG(0,( "WARNING: announce as not set to \"NT\", this may " > "interfere with browsing.\n")); > > > /* Cross-check PDC vs BDC vs Unix logon server for win9x */ > /* security domain domain encrypt > * logon...