summaryrefslogtreecommitdiffstats
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-09-23 14:08:10 -0700
committerAndrew Bartlett <abartlet@samba.org>2014-10-08 01:09:51 +0200
commit14f6256c515ff4af4f478f947ad89b7edc8743cf (patch)
treea79b05d58b6326c842d3ce5ab6859880bd53cc11 /source3/include
parent91d6f603b196d1f10500dff312d614d8d46cb846 (diff)
downloadsamba-14f6256c515ff4af4f478f947ad89b7edc8743cf.tar.gz
samba-14f6256c515ff4af4f478f947ad89b7edc8743cf.tar.xz
samba-14f6256c515ff4af4f478f947ad89b7edc8743cf.zip
s3-winbindd: Allow winbindd to connect over SMB2 to servers
This allows SMB signing to work against many more DCs, and so improves network security. The default for "client max protocol" remains NT1 in the rest of the code. Andrew Bartlett Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 70fa7f74ed..255948f4e1 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -990,6 +990,8 @@ bool lp_idmap_default_range(uint32_t *low, uint32_t *high);
const char *lp_idmap_backend(const char *domain_name);
const char *lp_idmap_default_backend (void);
int lp_security(void);
+int lp_client_max_protocol(void);
+int lp_winbindd_max_protocol(void);
int lp_smb2_max_credits(void);
int lp_cups_encrypt(void);
bool lp_widelinks(int );