summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-07-22 12:46:04 +0200
committerMichael Adam <obnox@samba.org>2008-07-22 13:21:17 +0200
commit7864be2bf6280a66e72443b6b6b3a67c34e5e357 (patch)
tree278586d73065a32f7f644814aa8b75e5a534a1cf
parent79c2426dbc10f4dc265cd66b82ebba7afe22370b (diff)
downloadsamba-7864be2bf6280a66e72443b6b6b3a67c34e5e357.tar.gz
samba-7864be2bf6280a66e72443b6b6b3a67c34e5e357.tar.bz2
samba-7864be2bf6280a66e72443b6b6b3a67c34e5e357.zip
drsuapi.idl: the last 16 bytes in DsBindInfo48 ar the GUID of the config dn.
This bit seems not to be documented in the WSPP docs. Michael (cherry picked from commit 705f79bd0a5e93daa0cb11b5dcca36e75c75df93) (This used to be commit 995b0eda0ca46db5f7e6fdbbf92ce86584cb6126)
-rw-r--r--source3/librpc/idl/drsuapi.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/librpc/idl/drsuapi.idl b/source3/librpc/idl/drsuapi.idl
index 90ae85738a..7d723e3ddd 100644
--- a/source3/librpc/idl/drsuapi.idl
+++ b/source3/librpc/idl/drsuapi.idl
@@ -79,7 +79,8 @@ interface drsuapi
GUID site_guid;
uint32 u1;
uint32 repl_epoch;
- uint32 unknown[5];
+ uint32 unknown;
+ GUID config_dn_guid;
} drsuapi_DsBindInfo48;
typedef struct {