From 1c1c83ab8d5b82c95074ff3d44bd6e2daf106399 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 31 Jul 2008 14:23:23 +0200 Subject: libnetunjoin: add use_kerberos flag. Guenther (This used to be commit 2b262ca20de2a41833f68a88646a8df4d9507782) --- source3/librpc/idl/libnet_join.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/librpc/idl') 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, -- cgit