diff options
author | Jeremy Allison <jra@samba.org> | 2012-08-31 14:42:21 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2012-08-31 20:32:37 -0700 |
commit | 5e0365dfe891f556eed180bc44ac7120c37141fb (patch) | |
tree | 813a9032dbafd09dbc7fd9562c0c7b3a1b855c06 /selftest | |
parent | 6550bc0d26278ce96a2a752231efef274c0dcf12 (diff) | |
download | samba-5e0365dfe891f556eed180bc44ac7120c37141fb.tar.gz samba-5e0365dfe891f556eed180bc44ac7120c37141fb.tar.bz2 samba-5e0365dfe891f556eed180bc44ac7120c37141fb.zip |
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.
Diffstat (limited to 'selftest')
-rw-r--r-- | selftest/knownfail | 1 |
1 files changed, 1 insertions, 0 deletions
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 |