summaryrefslogtreecommitdiff
path: root/source3/libaddns
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-12-10 15:30:22 +1100
committerAndrew Bartlett <abartlet@samba.org>2010-12-10 17:58:13 +1100
commit0f1cc889a26477e9a98629f120fe5890b2e106fa (patch)
treeeb0331c07d3b320418892b5c23a38efc57a34786 /source3/libaddns
parent89d4439ff13825d2bd59ebf8a49960258f4feebd (diff)
downloadsamba-0f1cc889a26477e9a98629f120fe5890b2e106fa.tar.gz
samba-0f1cc889a26477e9a98629f120fe5890b2e106fa.tar.bz2
samba-0f1cc889a26477e9a98629f120fe5890b2e106fa.zip
s3-dns Don't use SEQUENCE_FLAG in DNS update, Windows 2008R2 does not like it
Andrew Bartlett
Diffstat (limited to 'source3/libaddns')
-rw-r--r--source3/libaddns/dnsgss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libaddns/dnsgss.c b/source3/libaddns/dnsgss.c
index 1e3d4645ba..b5339f03fd 100644
--- a/source3/libaddns/dnsgss.c
+++ b/source3/libaddns/dnsgss.c
@@ -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 );