From: Günther Deschner Date: Sat, 1 Mar 2008 15:13:25 +0000 (+0100) Subject: Make sure we are still able to join Windows 2008. X-Git-Tag: samba-3.3.0pre1~3436^2~53 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa9c0f587718f4d647e87b9662acbedba042b9cb;p=thirdparty%2Fsamba.git Make sure we are still able to join Windows 2008. Guenther --- diff --git a/source/libnet/libnet_join.c b/source/libnet/libnet_join.c index 1a8486f5b51..866d1c06e14 100644 --- a/source/libnet/libnet_join.c +++ b/source/libnet/libnet_join.c @@ -928,9 +928,8 @@ NTSTATUS libnet_join_ok(const char *netbios_domain_name, const char *machine_name, const char *dc_name) { - uint32_t neg_flags = NETLOGON_NEG_AUTH2_FLAGS | + uint32_t neg_flags = NETLOGON_NEG_SELECT_AUTH2_FLAGS | NETLOGON_NEG_SCHANNEL; - /* FIXME: NETLOGON_NEG_SELECT_AUTH2_FLAGS */ struct cli_state *cli = NULL; struct rpc_pipe_client *pipe_hnd = NULL; struct rpc_pipe_client *netlogon_pipe = NULL;