netapi: add USER_MAXSTORAGE_UNLIMITED to IDL.
authorGünther Deschner <gd@samba.org>
Thu, 28 Aug 2008 09:54:16 +0000 (11:54 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 29 Aug 2008 11:58:03 +0000 (13:58 +0200)
Guenther

source/librpc/idl/libnetapi.idl

index fb70841921837f7a445e8f59fd893b48b10e87a1..62363c4bee978b281a67bb10a6b02b0fcd610379 100644 (file)
@@ -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;