mirror of
https://github.com/samba-team/samba.git
synced 2025-01-07 17:18:11 +03:00
CVE-2018-14628: s4:setup: set the correct nTSecurityDescriptor on the CN=Deleted Objects container
This revealed a bug in our dirsync code, so we mark
test_search_with_dirsync_deleted_objects as knownfail.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13595
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(cherry picked from commit 7f8b15faa7
)
This commit is contained in:
parent
46a168c9a8
commit
74a508b39e
1
selftest/knownfail.d/samba4.ldap.confidential_attr
Normal file
1
selftest/knownfail.d/samba4.ldap.confidential_attr
Normal file
@ -0,0 +1 @@
|
||||
^samba4.ldap.confidential_attr.python.*.__main__.*.test_search_with_dirsync_deleted_objects
|
@ -34,6 +34,7 @@ isDeleted: TRUE
|
||||
isCriticalSystemObject: TRUE
|
||||
showInAdvancedViewOnly: TRUE
|
||||
systemFlags: -1946157056
|
||||
nTSecurityDescriptor:: ${DELETEDOBJECTS_DESCRIPTOR}
|
||||
|
||||
# Computers located in "provision_computers*.ldif"
|
||||
# Users/Groups located in "provision_users*.ldif"
|
||||
|
@ -14,6 +14,7 @@ description: Container for deleted objects
|
||||
isDeleted: TRUE
|
||||
isCriticalSystemObject: TRUE
|
||||
systemFlags: -1946157056
|
||||
nTSecurityDescriptor:: ${DELETEDOBJECTS_DESCRIPTOR}
|
||||
|
||||
# Extended rights
|
||||
|
||||
|
@ -8,6 +8,7 @@ description: Deleted objects
|
||||
isDeleted: TRUE
|
||||
isCriticalSystemObject: TRUE
|
||||
systemFlags: -1946157056
|
||||
nTSecurityDescriptor:: ${DELETEDOBJECTS_DESCRIPTOR}
|
||||
|
||||
dn: CN=LostAndFound,${ZONE_DN}
|
||||
objectClass: top
|
||||
|
Loading…
Reference in New Issue
Block a user