Make sure we are still able to join Windows 2008.
authorGünther Deschner <gd@samba.org>
Sat, 1 Mar 2008 15:13:25 +0000 (16:13 +0100)
committerGünther Deschner <gd@samba.org>
Sat, 1 Mar 2008 15:14:39 +0000 (16:14 +0100)
Guenther
(This used to be commit aa9c0f587718f4d647e87b9662acbedba042b9cb)

source3/libnet/libnet_join.c

index 1a8486f5b515fa7ddbd3e491229032302b61360a..866d1c06e1431937522641e9ea6cdbd1ecf0a7a3 100644 (file)
@@ -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;