From: Andrew Bartlett Date: Wed, 16 Jul 2008 07:06:33 +0000 (+1000) Subject: Another kludge to let the OpenLDAP backend catch up. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f567e17758cfe937249beafae0a9087b67b27755;p=thirdparty%2Fsamba.git Another kludge to let the OpenLDAP backend catch up. This will go away when this is handled in an internal transation. Andrew Bartlett --- diff --git a/source/lib/ldb/tests/python/ldap.py b/source/lib/ldb/tests/python/ldap.py index 945a9f101e9..0dc514aeaf6 100755 --- a/source/lib/ldb/tests/python/ldap.py +++ b/source/lib/ldb/tests/python/ldap.py @@ -835,6 +835,8 @@ member: CN=ldaptestutf8user èùéìòà,CN=Users,""" + self.base_dn + """ ldb.delete(("CN=ldaptestuser2,CN=Users," + self.base_dn)) + time.sleep(2) + attrs = ["cn", "name", "objectClass", "objectGUID", "whenCreated", "nTSecurityDescriptor", "member"] print "Testing ldb.search for (&(cn=ldaptestgroup2)(objectClass=group)) to check linked delete" res = ldb.search(self.base_dn, expression="(&(cn=ldaptestgroup2)(objectClass=group))", scope=SCOPE_SUBTREE, attrs=attrs)