diff options
author | Michael Adam <obnox@samba.org> | 2008-07-22 12:46:04 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-07-22 13:21:17 +0200 |
commit | 7864be2bf6280a66e72443b6b6b3a67c34e5e357 (patch) | |
tree | 278586d73065a32f7f644814aa8b75e5a534a1cf /source3/librpc | |
parent | 79c2426dbc10f4dc265cd66b82ebba7afe22370b (diff) | |
download | samba-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)
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/idl/drsuapi.idl | 3 |
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 { |