summaryrefslogtreecommitdiff
path: root/source4/winbind
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-06-22 18:25:30 +0200
committerStefan Metzmacher <metze@samba.org>2011-06-22 19:40:46 +0200
commitae6a7f945f8a48a2b4b2c6cc43a0efee4f134a8b (patch)
tree295789296cfb2a5ae200b51992e1cc1e13297a3a /source4/winbind
parent5a8ac842701b65c0abd9731545792c2a0fd2aa79 (diff)
downloadsamba-ae6a7f945f8a48a2b4b2c6cc43a0efee4f134a8b.tar.gz
samba-ae6a7f945f8a48a2b4b2c6cc43a0efee4f134a8b.tar.bz2
samba-ae6a7f945f8a48a2b4b2c6cc43a0efee4f134a8b.zip
s4:winbind/wb_init_domain: use DCERPC_SCHANNEL_128 in order to work against w2k8r2
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jun 22 19:40:47 CEST 2011 on sn-devel-104
Diffstat (limited to 'source4/winbind')
-rw-r--r--source4/winbind/wb_init_domain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/winbind/wb_init_domain.c b/source4/winbind/wb_init_domain.c
index 50a6af05fd..9847afbba0 100644
--- a/source4/winbind/wb_init_domain.c
+++ b/source4/winbind/wb_init_domain.c
@@ -154,7 +154,7 @@ struct composite_context *wb_init_domain_send(TALLOC_CTX *mem_ctx,
(lpcfg_server_role(service->task->lp_ctx) == ROLE_DOMAIN_CONTROLLER)) &&
(dom_sid_equal(state->domain->info->sid,
state->service->primary_sid))) {
- state->domain->netlogon_binding->flags |= DCERPC_SCHANNEL;
+ state->domain->netlogon_binding->flags |= DCERPC_SCHANNEL | DCERPC_SCHANNEL_128;
/* For debugging, it can be a real pain if all the traffic is encrypted */
if (lpcfg_winbind_sealed_pipes(service->task->lp_ctx)) {