summaryrefslogtreecommitdiff
path: root/source3/librpc/idl/libnetapi.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-07-18 19:40:13 +0200
committerGünther Deschner <gd@samba.org>2008-07-30 16:40:08 +0200
commitcdc45cc2d2de4390bde7ad047dfc1dbd32afc4bc (patch)
treec2daeb4153621730163a9e25d8a3bdd8b27b7467 /source3/librpc/idl/libnetapi.idl
parent8417316b58cac32fa301cecf949e398a8c1b4143 (diff)
downloadsamba-cdc45cc2d2de4390bde7ad047dfc1dbd32afc4bc.tar.gz
samba-cdc45cc2d2de4390bde7ad047dfc1dbd32afc4bc.tar.bz2
samba-cdc45cc2d2de4390bde7ad047dfc1dbd32afc4bc.zip
netapi: add USER_INFO_X to IDL.
Guenther (This used to be commit 6c8ee639ecc789ea9052e999b6e998ac53ac521a)
Diffstat (limited to 'source3/librpc/idl/libnetapi.idl')
-rw-r--r--source3/librpc/idl/libnetapi.idl27
1 files changed, 27 insertions, 0 deletions
diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl
index 58ac40ae31..75031d032d 100644
--- a/source3/librpc/idl/libnetapi.idl
+++ b/source3/librpc/idl/libnetapi.idl
@@ -301,6 +301,33 @@ interface libnetapi
string usri1007_comment;
} USER_INFO_1007;
+ [public] typedef struct {
+ string usriX_name;
+ string usriX_password;
+ uint32 usriX_password_age;
+ uint32 usriX_priv;
+ string usriX_home_dir;
+ string usriX_comment;
+ uint32 usriX_flags;
+ string usriX_script_path;
+ uint32 usriX_auth_flags;
+ string usriX_full_name;
+ string usriX_usr_comment;
+ string usriX_parms;
+ string usriX_workstations;
+ uint32 usriX_last_logon;
+ uint32 usriX_last_logoff;
+ uint32 usriX_acct_expires;
+ uint32 usriX_max_storage;
+ uint32 usriX_units_per_week;
+ uint8 *usriX_logon_hours;
+ uint32 usriX_bad_pw_count;
+ uint32 usriX_num_logons;
+ string usriX_logon_server;
+ uint32 usriX_country_code;
+ uint32 usriX_code_page;
+ } USER_INFO_X;
+
[nopush,nopull] NET_API_STATUS NetUserAdd(
[in,unique] string *server_name,
[in] uint32 level,