summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/libnet_join.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-07-30 21:36:28 +0200
committerGünther Deschner <gd@samba.org>2008-07-31 13:53:37 +0200
commit536c26aa02f6afef4431427da1c8f6cc5b234a87 (patch)
treed5cd27679a5ce09d2816e030117f8c66c0212ca2 /source3/librpc/gen_ndr/libnet_join.h
parent9294303943c1f28df4afeef729689331d53cc242 (diff)
downloadsamba-536c26aa02f6afef4431427da1c8f6cc5b234a87.tar.gz
samba-536c26aa02f6afef4431427da1c8f6cc5b234a87.tar.bz2
samba-536c26aa02f6afef4431427da1c8f6cc5b234a87.zip
libnetjoin: add use_kerberos flag.
Guenther (This used to be commit 956c949dc739a8b3e9de3bb6f1af8e0e8b18dc98)
Diffstat (limited to 'source3/librpc/gen_ndr/libnet_join.h')
-rw-r--r--source3/librpc/gen_ndr/libnet_join.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/libnet_join.h b/source3/librpc/gen_ndr/libnet_join.h
index f4c44e4e2e..41fdd1eca5 100644
--- a/source3/librpc/gen_ndr/libnet_join.h
+++ b/source3/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;