summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-01-03 19:01:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:36:04 -0500
commit8d139b0e93b871cfb26067ea4095b1d42a7382ea (patch)
tree40ffc13156c8d32e40ef716fe9a8f14167b27194 /source4/librpc
parentf97f11eab25f0c294ff02b3c4485d7a0a91b5501 (diff)
downloadsamba-8d139b0e93b871cfb26067ea4095b1d42a7382ea.tar.gz
samba-8d139b0e93b871cfb26067ea4095b1d42a7382ea.tar.bz2
samba-8d139b0e93b871cfb26067ea4095b1d42a7382ea.zip
r20513: this values are the same as in drsuapi_DsReplicaObjectIdentifier3Binary
the extra binary blob metze (This used to be commit 89f5389e8d9046a2bc96f76297cab5ffef847a25)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/drsuapi.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/librpc/idl/drsuapi.idl b/source4/librpc/idl/drsuapi.idl
index 4ba2207f82..f4cef5affd 100644
--- a/source4/librpc/idl/drsuapi.idl
+++ b/source4/librpc/idl/drsuapi.idl
@@ -1236,8 +1236,8 @@ interface drsuapi
typedef struct {
[charset(UTF16),string] uint16 *attribute_name;
[charset(UTF16),string] uint16 *object_dn;
- uint32 value_length;
- [size_is(value_length)] uint8 *value;
+ [value(ndr_size_DATA_BLOB(0,r->binary,0))] uint32 __ndr_size_binary;
+ DATA_BLOB *binary;
NTTIME deleted;
NTTIME created;
uint32 version;
@@ -1291,8 +1291,8 @@ interface drsuapi
typedef struct {
[charset(UTF16),string] uint16 *attribute_name;
[charset(UTF16),string] uint16 *object_dn;
- uint32 value_length;
- [size_is(value_length)] uint8 *value;
+ [value(ndr_size_DATA_BLOB(0,r->binary,0))] uint32 __ndr_size_binary;
+ DATA_BLOB *binary;
NTTIME deleted;
NTTIME created;
uint32 version;