From 82c18a40ffdbd61a7316e99f56d08d068ce5f8ec Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 30 Nov 2007 09:49:20 +0100 Subject: r26214: Add note about remotely joining an unjoined XP SP2 workstation. Guenther (This used to be commit 2dd98c2333d5b55ac0ad6b7a2d25c8e092ccfc1d) --- source4/torture/rpc/wkssvc.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source4/torture/rpc/wkssvc.c b/source4/torture/rpc/wkssvc.c index 83f7edf056..07361fc729 100644 --- a/source4/torture/rpc/wkssvc.c +++ b/source4/torture/rpc/wkssvc.c @@ -1192,6 +1192,15 @@ static bool encode_wkssvc_join_password_buffer(struct torture_context *tctx, 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) { -- cgit