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>
Mon, 23 Sep 2013 22:11:15 +0000 (00:11 +0200)
This matches the IDL from [MS-DRSR].

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Matthieu Patou <mat@matws.net>
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;