]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
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:21:17 +0000 (13:21 +0200)
This bit seems not to be documented in the WSPP docs.

Michael
(cherry picked from commit 705f79bd0a5e93daa0cb11b5dcca36e75c75df93)

source/librpc/idl/drsuapi.idl

index 90ae85738a7c246cb9c1f537a241c0743215b293..7d723e3dddaa798cf5bf98e1628e7800e6768582 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 {