summaryrefslogtreecommitdiff
path: root/source3/librpc/idl/libnet_join.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-03-04 19:04:54 +0100
committerGünther Deschner <gd@samba.org>2008-03-04 19:04:54 +0100
commitd06274b541ac4c4f021ff2fa90690431d2bb87c9 (patch)
treea2fe6dd5c4fa4104f87bccd3239e8cf2764f3e9e /source3/librpc/idl/libnet_join.idl
parent29eb63439992bf7d9c7fa99de6a317388aa1a661 (diff)
downloadsamba-d06274b541ac4c4f021ff2fa90690431d2bb87c9.tar.gz
samba-d06274b541ac4c4f021ff2fa90690431d2bb87c9.tar.bz2
samba-d06274b541ac4c4f021ff2fa90690431d2bb87c9.zip
Add secure_channel_type to libnetjoin.
Guenther (This used to be commit f88910c1e5186737da4eda5a7a396c3238fc6775)
Diffstat (limited to 'source3/librpc/idl/libnet_join.idl')
-rw-r--r--source3/librpc/idl/libnet_join.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/librpc/idl/libnet_join.idl b/source3/librpc/idl/libnet_join.idl
index 65d17c9203..3975d83a80 100644
--- a/source3/librpc/idl/libnet_join.idl
+++ b/source3/librpc/idl/libnet_join.idl
@@ -12,6 +12,7 @@ import "wkssvc.idl", "security.idl";
interface libnetjoin
{
typedef bitmap wkssvc_joinflags wkssvc_joinflags;
+ typedef enum netr_SchannelType netr_SchannelType;
[nopush,nopull,noopnum] WERROR libnet_JoinCtx(
[in] string dc_name,
@@ -29,6 +30,7 @@ interface libnetjoin
[in] boolean8 modify_config,
[in] ads_struct *ads,
[in] boolean8 debug,
+ [in] netr_SchannelType secure_channel_type,
[out] string account_name,
[out] string netbios_domain_name,
[out] string dns_domain_name,