From 5e0365dfe891f556eed180bc44ac7120c37141fb Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 31 Aug 2012 14:42:21 -0700 Subject: Now SEC_RIGHTS_PRIV_RESTORE and SEC_RIGHTS_PRIV_BACKUP don't include any generic bits (they're used directly in the fileserver where the generic bits have already been mapped into file specific bits) we need to add the generic bits to the test when we have these privileges. Mark samba4.base.maximum_allowed knownfail until we implement NTCREATEX_OPTIONS_BACKUP_INTENT. --- selftest/knownfail | 1 + 1 file changed, 1 insertion(+) (limited to 'selftest/knownfail') diff --git a/selftest/knownfail b/selftest/knownfail index 93f1dfc732..4e6eb43add 100644 --- a/selftest/knownfail +++ b/selftest/knownfail @@ -93,6 +93,7 @@ ^samba4.rpc.samr.passwords.badpwdcount # Not provided by Samba 4 yet ^samba4.rpc.samr.passwords.lockout ^samba4.base.charset.*.Testing partial surrogate +^samba4.*.base.maximum_allowed # broken until we implement NTCREATEX_OPTIONS_BACKUP_INTENT .*net.api.delshare.* # DelShare isn't implemented yet ^samba4.rap.*netservergetinfo ^samba4.rap.*netsessionenum -- cgit