summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-12-10 15:30:22 +1100
committerKarolin Seeger <kseeger@samba.org>2011-01-17 18:08:33 +0100
commitaaf6e34115c2bece85d0dc4f11951b38e9d77637 (patch)
tree446ae866d5536b434df317276172bc8f5a6b549b
parent94fd3a52f64946cf70b492c516bc32b2c4b02a03 (diff)
downloadsamba-aaf6e34115c2bece85d0dc4f11951b38e9d77637.tar.gz
s3-dns Don't use SEQUENCE_FLAG in DNS update, Windows 2008R2 does not like it
Andrew Bartlett (cherry picked from commit 0f1cc889a26477e9a98629f120fe5890b2e106fa) (cherry picked from commit 2b463484cc7bb80cdfb6727ab9e5a873faff5ec8) (cherry picked from commit 1d2f3742fcb47e4a13e21b8e3b7e22a9ddeba49c)
-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 1e3d4645ba9..b5339f03fd5 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 );