summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2017-11-29 15:10:38 +0100
committerKarolin Seeger <kseeger@samba.org>2018-01-13 12:55:07 +0100
commitb724e01ec767caebbfa3723d8346d640a511ded1 (patch)
tree894c45c5c5eb81feb4cdd19f64516500049261a7 /source3/winbindd/winbindd.h
parent5bf2979bb6e22c6d3f7565c13329aa60fdce4e0f (diff)
downloadsamba-b724e01ec767caebbfa3723d8346d640a511ded1.tar.gz
winbindd: remember the secure_channel_type in winbindd_domain
This way we have an indication of non direct trusts with SEC_CHAN_NULL. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'source3/winbindd/winbindd.h')
-rw-r--r--source3/winbindd/winbindd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd.h b/source3/winbindd/winbindd.h
index 396f7f7946e..682040fd1a7 100644
--- a/source3/winbindd/winbindd.h
+++ b/source3/winbindd/winbindd.h
@@ -139,6 +139,7 @@ struct winbindd_domain {
char *alt_name; /* alt Domain name, if any (FQDN for ADS) */
char *forest_name; /* Name of the AD forest we're in */
struct dom_sid sid; /* SID for this domain */
+ enum netr_SchannelType secure_channel_type;
uint32_t domain_flags; /* Domain flags from netlogon.h */
uint32_t domain_type; /* Domain type from netlogon.h */
uint32_t domain_trust_attribs; /* Trust attribs from netlogon.h */