mirror of
https://github.com/samba-team/samba.git
synced 2025-01-06 13:18:07 +03:00
06d1344067
This tests a sorts of combinations in order to demonstrate the visibility of objects depending on: - with or without fDoListObject - with or without explicit DENY ACEs - A hierachy of objects with 4 levels from the base dn - SEC_ADS_LIST (List Children) - SEC_ADS_LIST_LIST_OBJECT (List Object) - SEC_ADS_READ_PROP - all possible scopes and basedns This demonstrates that NO_SUCH_OBJECT doesn't depend purely on the visibility of the base dn, it's still possible to get children returned und an invisible base dn. It also demonstrates the additional behavior with "List Object" mode. See [MS-ADTS] 5.1.3.3.6 Checking Object Visibility BUG: https://bugzilla.samba.org/show_bug.cgi?id=14531 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> |
||
---|---|---|
.. | ||
bug-14236 | ||
complex_expressions | ||
dns | ||
dns_packet | ||
durable-v2-delay | ||
empty-domain-name | ||
encrypted_secrets | ||
getncchanges | ||
initshutdown | ||
keytab | ||
kinit_trust | ||
labdc | ||
ldap | ||
ldap-acl-visibility | ||
modify-order | ||
netlogon | ||
ntlmv1-restrictions | ||
ntlmv2-restrictions | ||
password_settings | ||
python-segfaults | ||
quota1 | ||
README | ||
replica_sync | ||
rpc-netlogon-zerologon | ||
rw-invalid | ||
s3-lsa-server | ||
samba3.vfs.fruit | ||
smb1-tests | ||
smbcacls | ||
smbclient-smb3 | ||
srvsvc | ||
upn_handling | ||
usage | ||
vlv | ||
wkssvc |
# Files in this directory contain lists of regular expressions # matching the names of tests that are temporarily expected to fail. # # "make test" will not report failures for tests listed here and will consider # a successful run for any of these tests an error. # # Empty lines and lines begining with '#' are ignored. # Please don't add tests to this README!