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:
parent
3b88ef3e94
commit
02bd97b0b0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user