From dcd63b97702fa5a5945a500acc4b65de0aa74927 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 14 Jan 2006 01:29:38 +0000 Subject: r12926: Syncronsise GUIDs on users and domains from the server. These also appear in DNS, so need to match. Andrew Bartlett (This used to be commit d092b0493d7c61112ef132c8fb259c15f189c5f6) --- source4/libnet/libnet_rpc.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source4/libnet/libnet_rpc.h') diff --git a/source4/libnet/libnet_rpc.h b/source4/libnet/libnet_rpc.h index ce88462485..333881debd 100644 --- a/source4/libnet/libnet_rpc.h +++ b/source4/libnet/libnet_rpc.h @@ -59,8 +59,10 @@ struct libnet_RpcConnectDCInfo { struct dom_sid *domain_sid; const char *domain_name; - /* This parameter only present if the remote server is known to be AD */ + /* These parameters only present if the remote server is known to be AD */ const char *realm; + struct GUID *guid; + const char *error_string; } out; }; -- cgit