svn commit: samba r26214 - in branches/SAMBA_4_0/source/torture/rpc: .

gd at samba.org gd at samba.org
Fri Nov 30 09:49:20 GMT 2007


Author: gd
Date: 2007-11-30 09:49:20 +0000 (Fri, 30 Nov 2007)
New Revision: 26214

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26214

Log:
Add note about remotely joining an unjoined XP SP2 workstation.

Guenther

Modified:
   branches/SAMBA_4_0/source/torture/rpc/wkssvc.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/wkssvc.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/wkssvc.c	2007-11-29 23:31:12 UTC (rev 26213)
+++ branches/SAMBA_4_0/source/torture/rpc/wkssvc.c	2007-11-30 09:49:20 UTC (rev 26214)
@@ -1192,6 +1192,15 @@
 	return true;
 }
 
+/*
+ * prerequisites for remotely joining an unjoined XP SP2 workstation:
+ * - firewall needs to be disabled (or open for ncacn_np access)
+ * - HKLM\System\CurrentControlSet\Control\Lsa\forceguest needs to 0
+ * see also:
+ * http://support.microsoft.com/kb/294355/EN-US/ and
+ * http://support.microsoft.com/kb/290403/EN-US/
+ */
+
 static bool test_NetrJoinDomain2(struct torture_context *tctx,
 				 struct dcerpc_pipe *p)
 {



More information about the samba-cvs mailing list