1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

netapi: add USER_MAXSTORAGE_UNLIMITED to IDL.

Guenther
(This used to be commit 71623f853d)
This commit is contained in:
Günther Deschner 2008-08-28 11:54:16 +02:00
parent 3b88ef3e94
commit 02bd97b0b0

View 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;