From 02bd97b0b008d83d612de214e4302f38f92045bc Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 28 Aug 2008 11:54:16 +0200 Subject: netapi: add USER_MAXSTORAGE_UNLIMITED to IDL. Guenther (This used to be commit 71623f853d475eac8b4293d454706c3288bcbc10) --- source3/librpc/idl/libnetapi.idl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/librpc') diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl index fb70841921..62363c4bee 100644 --- a/source3/librpc/idl/libnetapi.idl +++ b/source3/librpc/idl/libnetapi.idl @@ -174,6 +174,8 @@ interface libnetapi const int AF_OP_ACCOUNTS = 0x8; const int AF_SETTABLE_BITS = (AF_OP_PRINT | AF_OP_COMM | AF_OP_SERVER | AF_OP_ACCOUNTS); + const int USER_MAXSTORAGE_UNLIMITED = (uint32_t)-1L; + [public] typedef struct { string usri2_name; string usri2_password; -- cgit