From 334f78d206d37cbb5863af38cb5160d69fcd9183 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 11 Dec 2006 23:59:03 +0000 Subject: r20113: Update the DRSUAPI CrackNames test to explore a few more cases, and in particular to verify more expected results. Also return more details from the join process. Now we also return the machine account's GUID. Andrew Bartlett (This used to be commit 5b32f102af1fc7acb56bf7eaa40068d60a1ee396) --- source4/libnet/libnet_join.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/libnet/libnet_join.h') diff --git a/source4/libnet/libnet_join.h b/source4/libnet/libnet_join.h index aa0b244f6d..9e7748b4dd 100644 --- a/source4/libnet/libnet_join.h +++ b/source4/libnet/libnet_join.h @@ -60,6 +60,7 @@ struct libnet_JoinDomain { struct dcerpc_binding *samr_binding; struct policy_handle *user_handle; struct dom_sid *account_sid; + struct GUID account_guid; } out; }; -- cgit