diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-02-16 21:58:57 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-03-04 08:33:04 +0100 |
commit | 787a6aacc3003731784b29fd92c683036c8730a7 (patch) | |
tree | aa52f1e985c37ce271fe9f2a8e9539048f5846ad /selftest | |
parent | 9d6af4938f7bc80b10202d7055c2c32a483bbb5f (diff) | |
download | samba-787a6aacc3003731784b29fd92c683036c8730a7.tar.gz samba-787a6aacc3003731784b29fd92c683036c8730a7.tar.bz2 samba-787a6aacc3003731784b29fd92c683036c8730a7.zip |
samba_upgradeprovision: Remove auto-detection of pre-alpha9 databases
These are incredibly rare, and administrators running such databases
not only ask the Samba Team for help personally, they can read --help.
Andrew Bartlett
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'selftest')
-rw-r--r-- | selftest/knownfail | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/selftest/knownfail b/selftest/knownfail index 80c27ae0e1..180a543f79 100644 --- a/selftest/knownfail +++ b/selftest/knownfail @@ -159,8 +159,10 @@ ^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.*.ldapcmp_sd\(none\) # Due to something rewriting the NT ACL on DNS objects and not getting the DC ACL right -^samba4.blackbox.upgradeprovision.*.ldapcmp_full_sd\(none\) # Due to something rewriting the NT ACL on DNS objects and not getting the DC ACL right +^samba4.blackbox.upgradeprovision.alpha13.ldapcmp_sd\(none\) # Due to something rewriting the NT ACL on DNS objects and not getting the DC ACL right +^samba4.blackbox.upgradeprovision.alpha13.ldapcmp_full_sd\(none\) # Due to something rewriting the NT ACL on DNS objects and not getting the DC ACL right +^samba4.blackbox.upgradeprovision.release-4-0-0.ldapcmp_sd\(none\) # Due to something rewriting the NT ACL on DNS objects and not getting the DC ACL right +^samba4.blackbox.upgradeprovision.release-4-0-0.ldapcmp_full_sd\(none\) # Due to something rewriting the NT ACL on DNS objects and not getting the DC ACL right ^samba3.smb2.create.gentest ^samba3.smb2.create.blob ^samba3.smb2.create.open |