summaryrefslogtreecommitdiff
path: root/source3/librpc/idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-07-31 14:23:23 +0200
committerGünther Deschner <gd@samba.org>2008-07-31 14:35:16 +0200
commit1c1c83ab8d5b82c95074ff3d44bd6e2daf106399 (patch)
tree22308ab451b48777fefd6ba4135b6139a200e394 /source3/librpc/idl
parent6913f986f4213e056f724ed3be3aee313c07d78c (diff)
downloadsamba-1c1c83ab8d5b82c95074ff3d44bd6e2daf106399.tar.gz
samba-1c1c83ab8d5b82c95074ff3d44bd6e2daf106399.tar.bz2
samba-1c1c83ab8d5b82c95074ff3d44bd6e2daf106399.zip
libnetunjoin: add use_kerberos flag.
Guenther (This used to be commit 2b262ca20de2a41833f68a88646a8df4d9507782)
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r--source3/librpc/idl/libnet_join.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/librpc/idl/libnet_join.idl b/source3/librpc/idl/libnet_join.idl
index 0f14554157..c600ea094a 100644
--- a/source3/librpc/idl/libnet_join.idl
+++ b/source3/librpc/idl/libnet_join.idl
@@ -57,6 +57,7 @@ interface libnetjoin
[in] dom_sid *domain_sid,
[in] ads_struct *ads,
[in] boolean8 debug,
+ [in] boolean8 use_kerberos,
[in,noprint] messaging_context *msg_ctx,
[out] string netbios_domain_name,
[out] string dns_domain_name,