diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-01-14 01:29:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:51:07 -0500 |
commit | dcd63b97702fa5a5945a500acc4b65de0aa74927 (patch) | |
tree | ba518bc3c6ad18df4d10c638561853208ba7f732 /source4/libnet/libnet_rpc.h | |
parent | 5db0c6b3042292e0f343ced3d45f2f7a8f97de12 (diff) | |
download | samba-dcd63b97702fa5a5945a500acc4b65de0aa74927.tar.gz |
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)
Diffstat (limited to 'source4/libnet/libnet_rpc.h')
-rw-r--r-- | source4/libnet/libnet_rpc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/libnet/libnet_rpc.h b/source4/libnet/libnet_rpc.h index ce88462485f..333881debd5 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; }; |