[SCM] Samba Shared Repository - branch master updated

Nadezhda Ivanova nivanova at samba.org
Sat Apr 17 09:18:08 MDT 2010


The branch, master has been updated
       via  64f4183... s4:Added a test for correct CO expansion in SD creation.
      from  f4b73f4... s3: Slightly simpify samr_ValidatePassword_Reset

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 64f4183a3549205915354761eb211f031a632708
Author: Nadezhda Ivanova <nivanova at samba.org>
Date:   Sat Apr 17 18:16:25 2010 +0300

    s4:Added a test for correct CO expansion in SD creation.

-----------------------------------------------------------------------

Summary of changes:
 source4/lib/ldb/tests/python/sec_descriptor.py |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/lib/ldb/tests/python/sec_descriptor.py b/source4/lib/ldb/tests/python/sec_descriptor.py
index 4a683f1..609fca8 100755
--- a/source4/lib/ldb/tests/python/sec_descriptor.py
+++ b/source4/lib/ldb/tests/python/sec_descriptor.py
@@ -1712,6 +1712,19 @@ class DaclDescriptorTests(DescriptorTests):
         desc_sddl = self.get_desc_sddl(group_dn)
         self.assertFalse("(A;ID;WP;;;AU)" in desc_sddl)
 
+    def test_211(self):
+        """ Provide ACE with CO SID, should be expanded and replaced
+        """
+        ou_dn = "OU=test_inherit_ou," + self.base_dn
+        group_dn = "CN=test_inherit_group," + ou_dn
+        # Create inheritable-free OU
+        self.create_clean_ou(ou_dn)
+        # Add some custom 'CI' ACE
+        mod = "D:(D;CI;WP;;;CO)"
+        self.create_domain_group(self.ldb_admin, group_dn, mod)
+        desc_sddl = self.get_desc_sddl(group_dn)
+        self.assertTrue("(D;;WP;;;DA)(D;CIIO;WP;;;CO)" in desc_sddl)
+
     ########################################################################################
 
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list