drsuapi.idl: the last 16 bytes in DsBindInfo48 ar the GUID of the config dn.
authorMichael Adam <obnox@samba.org>
Tue, 22 Jul 2008 10:46:04 +0000 (12:46 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 22 Jul 2008 11:16:40 +0000 (13:16 +0200)
This bit seems not to be documented in the WSPP docs.

Michael
(This used to be commit 705f79bd0a5e93daa0cb11b5dcca36e75c75df93)

source4/librpc/idl/drsuapi.idl

index c0d82babc409b6163f214ba30482b56a6bc8b471..96cb56ba3d6b765d2ea8a3a88af81877255d944c 100644 (file)
@@ -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 {