]> git.ipfire.org Git - thirdparty/samba.git/commit
s4:dns_server: no-op dns updates with ACCESS_DENIED should be ignored
authorStefan Metzmacher <metze@samba.org>
Thu, 30 May 2024 12:52:22 +0000 (14:52 +0200)
committerJule Anger <janger@samba.org>
Wed, 3 Jul 2024 08:48:12 +0000 (08:48 +0000)
commitfd58608723f9f76dc3d80d16d88d865aba916e59
tree83b471cf293be27714a1ecb0e8a687a3542fbe19
parentc29dc6e79b031c6e807d64b04f2061a558b80ef1
s4:dns_server: no-op dns updates with ACCESS_DENIED should be ignored

If the client does not have permissions to update the record,
but the record already has the data the update tries to apply,
it's a no-op that should result in success instead of failing.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13019

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Thu Jun  6 03:18:16 UTC 2024 on atb-devel-224

(cherry picked from commit ed61c57e02309b738e73fb12877a0a565b627724)
selftest/knownfail.d/dns_tkey [deleted file]
source4/dns_server/dns_update.c