s3-dns Don't use SEQUENCE_FLAG in DNS update, Windows 2008R2 does not like it
authorAndrew Bartlett <abartlet@samba.org>
Fri, 10 Dec 2010 04:30:22 +0000 (15:30 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 10 Dec 2010 06:58:13 +0000 (17:58 +1100)
Andrew Bartlett

source3/libaddns/dnsgss.c

index 1e3d4645ba988552f837c9293db0ce4715a27045..b5339f03fd5219bd38e36f96133dca3fb4a85fa7 100644 (file)
@@ -101,7 +101,7 @@ static DNS_ERROR dns_negotiate_gss_ctx_int( TALLOC_CTX *mem_ctx,
                major = gss_init_sec_context(
                        &minor, NULL, ctx, target_name, &krb5_oid_desc,
                        GSS_C_REPLAY_FLAG | GSS_C_MUTUAL_FLAG |
-                       GSS_C_SEQUENCE_FLAG | GSS_C_CONF_FLAG |
+                       GSS_C_CONF_FLAG |
                        GSS_C_INTEG_FLAG | GSS_C_DELEG_FLAG,
                        0, NULL, input_ptr, NULL, &output_desc,
                        &ret_flags, NULL );