summaryrefslogtreecommitdiff
path: root/source3/librpc/idl/drsuapi.idl
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-07-22 13:07:55 +0200
committerMichael Adam <obnox@samba.org>2008-07-22 13:21:22 +0200
commitb80a167db3ad0cc164331547d2d8a2978f234021 (patch)
treeaa04a3ce7143aa2a84600645d414091a32781c36 /source3/librpc/idl/drsuapi.idl
parent7864be2bf6280a66e72443b6b6b3a67c34e5e357 (diff)
downloadsamba-b80a167db3ad0cc164331547d2d8a2978f234021.tar.gz
samba-b80a167db3ad0cc164331547d2d8a2978f234021.tar.bz2
samba-b80a167db3ad0cc164331547d2d8a2978f234021.zip
drsuapi.idl: add drsuapi_SupportedExtensionsExt bitfield.
This knowledge is obtained from the wspp-docs (section 5.35). Michael (cherry picked from commit f5afb695045b1a2f3b8c00a4d82d40e8e50726c9) (This used to be commit 7a3a2b916d5c1116d2536bc87a4f21cd38861668)
Diffstat (limited to 'source3/librpc/idl/drsuapi.idl')
-rw-r--r--source3/librpc/idl/drsuapi.idl7
1 files changed, 6 insertions, 1 deletions
diff --git a/source3/librpc/idl/drsuapi.idl b/source3/librpc/idl/drsuapi.idl
index 7d723e3ddd..43efddd15e 100644
--- a/source3/librpc/idl/drsuapi.idl
+++ b/source3/librpc/idl/drsuapi.idl
@@ -58,6 +58,11 @@ interface drsuapi
DRSUAPI_SUPPORTED_EXTENSION_80000000 = 0x80000000
} drsuapi_SupportedExtensions;
+ typedef [bitmap32bit] bitmap {
+ DRSUAPI_SUPPORTED_EXTENSION_ADAM = 0x00000001,
+ DRSUAPI_SUPPORTED_EXTENSION_LH_BETA2 = 0x00000002
+ } drsuapi_SupportedExtensionsExt;
+
/* this is used by w2k */
typedef struct {
drsuapi_SupportedExtensions supported_extensions;
@@ -79,7 +84,7 @@ interface drsuapi
GUID site_guid;
uint32 u1;
uint32 repl_epoch;
- uint32 unknown;
+ drsuapi_SupportedExtensionsExt supported_extensions_ext;
GUID config_dn_guid;
} drsuapi_DsBindInfo48;