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:16:40 +0200 |
commit | e7785a371a1881eb1ad5ee6cf8d2de2b4537fa39 (patch) | |
tree | faf65fe7d918a0b6346d92a7fcb15bad524aa184 | |
parent | 2abe5e9240af3970f0f06a492bb520a569cd77b0 (diff) | |
download | samba-e7785a371a1881eb1ad5ee6cf8d2de2b4537fa39.tar.gz samba-e7785a371a1881eb1ad5ee6cf8d2de2b4537fa39.tar.bz2 samba-e7785a371a1881eb1ad5ee6cf8d2de2b4537fa39.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
(This used to be commit 705f79bd0a5e93daa0cb11b5dcca36e75c75df93)
-rw-r--r-- | source4/librpc/idl/drsuapi.idl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/librpc/idl/drsuapi.idl b/source4/librpc/idl/drsuapi.idl index c0d82babc4..96cb56ba3d 100644 --- a/source4/librpc/idl/drsuapi.idl +++ b/source4/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 { |