diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-06-04 19:57:06 +1000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-07-30 08:36:58 +0200 |
commit | 0162be32ab4f9716a4300d1f1a0caae8b0133f7c (patch) | |
tree | 0b04d62aa40ab1192589ddfdea00fac7e3a83b4e /selftest | |
parent | 32955a1dec3a97ab4550869dbeb5034247f3b1bc (diff) | |
download | samba-0162be32ab4f9716a4300d1f1a0caae8b0133f7c.tar.gz samba-0162be32ab4f9716a4300d1f1a0caae8b0133f7c.tar.bz2 samba-0162be32ab4f9716a4300d1f1a0caae8b0133f7c.zip |
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>
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 4fe96f39aa..0c501fa17b 100644 --- a/selftest/knownfail +++ b/selftest/knownfail @@ -176,7 +176,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 |