The branch, v3-3-test has been updated
       via  956c949dc739a8b3e9de3bb6f1af8e0e8b18dc98 (commit)
      from  97f7f9f21f17e8414de15953cf4eaa9959dc6f75 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 956c949dc739a8b3e9de3bb6f1af8e0e8b18dc98
Author: Günther Deschner <[EMAIL PROTECTED]>
Date:   Wed Jul 30 21:36:28 2008 +0200

    libnetjoin: add use_kerberos flag.
    
    Guenther

-----------------------------------------------------------------------

Summary of changes:
 source/librpc/gen_ndr/libnet_join.h     |    1 +
 source/librpc/gen_ndr/ndr_libnet_join.c |    1 +
 source/librpc/idl/libnet_join.idl       |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/librpc/gen_ndr/libnet_join.h 
b/source/librpc/gen_ndr/libnet_join.h
index f4c44e4..41fdd1e 100644
--- a/source/librpc/gen_ndr/libnet_join.h
+++ b/source/librpc/gen_ndr/libnet_join.h
@@ -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;
diff --git a/source/librpc/gen_ndr/ndr_libnet_join.c 
b/source/librpc/gen_ndr/ndr_libnet_join.c
index a9241f6..6f22586 100644
--- a/source/librpc/gen_ndr/ndr_libnet_join.c
+++ b/source/librpc/gen_ndr/ndr_libnet_join.c
@@ -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--;
        }
diff --git a/source/librpc/idl/libnet_join.idl 
b/source/librpc/idl/libnet_join.idl
index 5af6b05..0f14554 100644
--- a/source/librpc/idl/libnet_join.idl
+++ b/source/librpc/idl/libnet_join.idl
@@ -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,


-- 
Samba Shared Repository

Reply via email to