diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-06-04 19:57:06 +1000 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2013-08-05 20:25:08 +0200 |
commit | 7004a3dd50953313a37cd780465d665caf6006bc (patch) | |
tree | 41096511b36f4ad658d3e2b8c21d3c795a7a23cd /selftest | |
parent | d6e1e12c2a92ff120bba93da13f4d9c253ea7200 (diff) | |
download | samba-7004a3dd50953313a37cd780465d665caf6006bc.tar.gz |
dsdb: Improve DRS deleted link source/target handing in repl_meta_data
We now correctly ignore the link updates if the source or target is
deleted locally.
This fixes the long-standing failure in the vampire_dc dbcheck test.
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
Andrew Bartlett
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
(cherry picked from commit 0162be32ab4f9716a4300d1f1a0caae8b0133f7c)
Diffstat (limited to 'selftest')
-rw-r--r-- | selftest/knownfail | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/selftest/knownfail b/selftest/knownfail index 313d6c9755..3943e607fa 100644 --- a/selftest/knownfail +++ b/selftest/knownfail @@ -175,7 +175,6 @@ ^samba4.ntvfs.cifs.krb5.base.createx_access.createx_access\(.*\)$ ^samba4.rpc.lsa.forest.trust #Not fully provided by Samba4 ^samba4.blackbox.kinit\(.*\).kinit with user password for expired password\(.*\) # We need to work out why this fails only during the pw change -^samba4.blackbox.dbcheck\(vampire_dc\).dbcheck\(vampire_dc:local\) # Due to replicating with --domain-critical-only we fail dbcheck on this database ^samba4.blackbox.upgradeprovision.alpha13.ldapcmp_sd\(none\) # Due to something rewriting the NT ACL on DNS objects ^samba4.blackbox.upgradeprovision.alpha13.ldapcmp_full_sd\(none\) # Due to something rewriting the NT ACL on DNS objects ^samba4.blackbox.upgradeprovision.release-4-0-0.ldapcmp_sd\(none\) # Due to something rewriting the NT ACL on DNS objects |