From f41d9eb8dc5cf63625260ce577548b0471fc84c8 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sat, 3 Jul 2010 15:37:45 +0200 Subject: s4:dsdb/tests/python/ldap_schema.py - remove a now useless "schemaUpdateNow" request "schemaUpdateNow" on s4 is now a non-op and therefore not strictly needed anymore. --- source4/dsdb/tests/python/ldap_schema.py | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'source4') diff --git a/source4/dsdb/tests/python/ldap_schema.py b/source4/dsdb/tests/python/ldap_schema.py index 270e22adb1..4f17dd8b36 100755 --- a/source4/dsdb/tests/python/ldap_schema.py +++ b/source4/dsdb/tests/python/ldap_schema.py @@ -118,16 +118,6 @@ systemOnly: FALSE self.assertEquals(res[0]["lDAPDisplayName"][0], attr_ldap_display_name) self.assertTrue("schemaIDGUID" in res[0]) - # Samba requires a "schemaUpdateNow" here. - # TODO: remove this when Samba is fixed - ldif = """ -dn: -changetype: modify -add: schemaUpdateNow -schemaUpdateNow: 1 -""" - self.ldb.modify_ldif(ldif) - class_name = "test-Class" + time.strftime("%s", time.gmtime()) class_ldap_display_name = class_name.replace("-", "") -- cgit