summaryrefslogtreecommitdiffstats
path: root/source3/librpc/idl
diff options
context:
space:
mode:
authorHans Leidekker <hans@meelstraat.net>2013-11-18 18:32:41 +0100
committerGünther Deschner <gd@samba.org>2013-11-19 21:48:17 +0100
commit4503bdf560f0e9461ac4eb1fe6220f6440c10fd3 (patch)
tree487bcc91973b007d3752f0c042eef6a80964cfdf /source3/librpc/idl
parentec9f4d5c9b76b7b76dd0d5b3e9aa4a8eece8b659 (diff)
downloadsamba-4503bdf560f0e9461ac4eb1fe6220f6440c10fd3.tar.gz
samba-4503bdf560f0e9461ac4eb1fe6220f6440c10fd3.tar.xz
samba-4503bdf560f0e9461ac4eb1fe6220f6440c10fd3.zip
netapi: Add support for info level 502 in NetShareAdd.
Signed-off-by: Hans Leidekker <hans@meelstraat.net> Reviewed-by: Guenther Deschner <gd@samba.org> Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Tue Nov 19 21:48:17 CET 2013 on sn-devel-104
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r--source3/librpc/idl/libnetapi.idl13
1 files changed, 13 insertions, 0 deletions
diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl
index 9018d76e500..f29e666ad9d 100644
--- a/source3/librpc/idl/libnetapi.idl
+++ b/source3/librpc/idl/libnetapi.idl
@@ -1779,6 +1779,19 @@ interface libnetapi
} SHARE_INFO_501;
typedef struct {
+ string shi502_netname;
+ uint32 shi502_type;
+ string shi502_remark;
+ uint32 shi502_permissions;
+ uint32 shi502_max_uses;
+ uint32 shi502_current_uses;
+ string shi502_path;
+ string shi502_passwd;
+ uint32 shi502_reserved;
+ security_descriptor *shi502_security_descriptor;
+ } SHARE_INFO_502;
+
+ typedef struct {
string shi1004_remark;
} SHARE_INFO_1004;