summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-08-08 06:24:01 +0200
committerStefan Metzmacher <metze@samba.org>2012-08-09 08:21:35 +0200
commit87348873486b01a0367ff9889d8a7b51b7073e26 (patch)
tree9557caee7efc320b5a4b310eb7b44b66235db2d6 /source3/librpc
parentb5a72f4f35a3aecba6294a3f8c07fb2ea252284b (diff)
downloadsamba-87348873486b01a0367ff9889d8a7b51b7073e26.tar.gz
samba-87348873486b01a0367ff9889d8a7b51b7073e26.tar.bz2
samba-87348873486b01a0367ff9889d8a7b51b7073e26.zip
s3:smbXsrv.idl: add encryption_required to smbXsrv_tcon_global0
metze
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/smbXsrv.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/librpc/idl/smbXsrv.idl b/source3/librpc/idl/smbXsrv.idl
index be52723cdb..9111b3db59 100644
--- a/source3/librpc/idl/smbXsrv.idl
+++ b/source3/librpc/idl/smbXsrv.idl
@@ -224,6 +224,7 @@ interface smbXsrv
server_id server_id;
NTTIME creation_time;
[charset(UTF8),string] char share_name[];
+ boolean8 encryption_required;
} smbXsrv_tcon_global0;
typedef union {