summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-08-28 11:54:16 +0200
committerGünther Deschner <gd@samba.org>2008-08-29 13:58:03 +0200
commit02bd97b0b008d83d612de214e4302f38f92045bc (patch)
tree082314395dd5a7919bc28ed8f38e1ae4721a405d /source3/librpc
parent3b88ef3e94c14f0d4f47e756a8b996f80876d1ce (diff)
downloadsamba-02bd97b0b008d83d612de214e4302f38f92045bc.tar.gz
samba-02bd97b0b008d83d612de214e4302f38f92045bc.tar.bz2
samba-02bd97b0b008d83d612de214e4302f38f92045bc.zip
netapi: add USER_MAXSTORAGE_UNLIMITED to IDL.
Guenther (This used to be commit 71623f853d475eac8b4293d454706c3288bcbc10)
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/libnetapi.idl2
1 files changed, 2 insertions, 0 deletions
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;