libnetjoin: add use_kerberos flag.
authorGünther Deschner <gd@samba.org>
Wed, 30 Jul 2008 19:36:28 +0000 (21:36 +0200)
committerGünther Deschner <gd@samba.org>
Thu, 31 Jul 2008 11:53:37 +0000 (13:53 +0200)
Guenther
(This used to be commit 956c949dc739a8b3e9de3bb6f1af8e0e8b18dc98)

source3/librpc/gen_ndr/libnet_join.h
source3/librpc/gen_ndr/ndr_libnet_join.c
source3/librpc/idl/libnet_join.idl

index f4c44e4e2ea35ce20748071702f79b9ec21515a5..41fdd1eca58c7cefd0ed19afbf0411924fbd3ce4 100644 (file)
@@ -27,6 +27,7 @@ struct libnet_JoinCtx {
                uint8_t modify_config;
                struct ads_struct *ads;/* [ref] */
                uint8_t debug;
+               uint8_t use_kerberos;
                enum netr_SchannelType secure_channel_type;
                struct messaging_context *msg_ctx;/* [noprint,ref] */
        } in;
index a9241f61e16caab64376b576cbc2a5cc78506e90..6f225861561372b4240831db8e201c67e191565c 100644 (file)
@@ -41,6 +41,7 @@ _PUBLIC_ void ndr_print_libnet_JoinCtx(struct ndr_print *ndr, const char *name,
                ndr_print_ads_struct(ndr, "ads", r->in.ads);
                ndr->depth--;
                ndr_print_uint8(ndr, "debug", r->in.debug);
+               ndr_print_uint8(ndr, "use_kerberos", r->in.use_kerberos);
                ndr_print_netr_SchannelType(ndr, "secure_channel_type", r->in.secure_channel_type);
                ndr->depth--;
        }
index 5af6b05433f9129b7db929726eaea91db30ce6ef..0f1455415775f4b3f36f465f8282dd3f65b458c1 100644 (file)
@@ -30,6 +30,7 @@ interface libnetjoin
                [in] boolean8 modify_config,
                [in] ads_struct *ads,
                [in] boolean8 debug,
+               [in] boolean8 use_kerberos,
                [in] netr_SchannelType secure_channel_type,
                [in,noprint] messaging_context *msg_ctx,
                [out] string account_name,