summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-12-10 15:32:08 +1100
committerAndrew Bartlett <abartlet@samba.org>2010-12-10 17:58:13 +1100
commit280caa6b3bb1199939f9349ea5a436a491c81791 (patch)
tree54f123337638a49ae7eff114c85338af6b0dccf3 /source3
parent0f1cc889a26477e9a98629f120fe5890b2e106fa (diff)
downloadsamba-280caa6b3bb1199939f9349ea5a436a491c81791.tar.gz
samba-280caa6b3bb1199939f9349ea5a436a491c81791.tar.bz2
samba-280caa6b3bb1199939f9349ea5a436a491c81791.zip
s3-dns Don't use DELEG_FLAG in DNS update, Windows 2008R2 does not like it
Diffstat (limited to 'source3')
-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 b5339f03fd..c9037417da 100644
--- a/source3/libaddns/dnsgss.c
+++ b/source3/libaddns/dnsgss.c
@@ -102,7 +102,7 @@ static DNS_ERROR dns_negotiate_gss_ctx_int( TALLOC_CTX *mem_ctx,
&minor, NULL, ctx, target_name, &krb5_oid_desc,
GSS_C_REPLAY_FLAG | GSS_C_MUTUAL_FLAG |
GSS_C_CONF_FLAG |
- GSS_C_INTEG_FLAG | GSS_C_DELEG_FLAG,
+ GSS_C_INTEG_FLAG,
0, NULL, input_ptr, NULL, &output_desc,
&ret_flags, NULL );