announce version = <version> displays the following when 'properties' is clicked on under a win2kro:
5.0 = Windows 2000 Server 5.1 = Windows Server (This is the same as clicking on a 2003 Server).
Alex
Alex wrote:
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, "NT Workstation"}, {ANNOUNCE_AS_WIN95, "win95"}, {ANNOUNCE_AS_WFW, "WfW"}, {-1, NULL} };
And adding Windows 2000 Server or Windows 2003 Server in there? BTW: What WOULD be the correct string for that? I'm curious. :-)
Alex
-- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
