1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-05 20:58:40 +03:00

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
(This used to be commit 705f79bd0a5e93daa0cb11b5dcca36e75c75df93)
This commit is contained in:
Michael Adam 2008-07-22 12:46:04 +02:00
parent 2abe5e9240
commit e7785a371a

View 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 {