drsuapi.idl: change the range for attribute values to 26214400 bytes.
authorStefan Metzmacher <metze@samba.org>
Mon, 23 Sep 2013 06:05:41 +0000 (08:05 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 10 Mar 2015 09:55:44 +0000 (10:55 +0100)
This matches the IDL from [MS-DRSR].

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Matthieu Patou <mat@matws.net>
(cherry picked from commit 51d8eba8417c58c2ade30d58a838441008209542)

librpc/idl/drsuapi.idl

index ed85205052a8ab50a7ff0da6b5ab82663ea565e0..063d13574aa34a6c2ba22916b75a5c674bafa559 100644 (file)
@@ -546,7 +546,7 @@ interface drsuapi
 
        /* Generic DATA_BLOB values */
        typedef struct {
-               [range(0,10485760),value(ndr_size_DATA_BLOB(0,blob,0))] uint32 __ndr_size;
+               [range(0,26214400),value(ndr_size_DATA_BLOB(0,blob,0))] uint32 __ndr_size;
                DATA_BLOB *blob;
        } drsuapi_DsAttributeValue;