summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-06-05 22:19:58 +0200
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-06-06 20:42:42 +0200
commit7896a35da37c5d1cae44d864a5069df08d21013e (patch)
treeb0904ee5da81628a72e332a85e5af47172a68d28 /source4/lib
parentb8ea2e07575a6f152019a8fbe17bf65552fbd324 (diff)
downloadsamba-7896a35da37c5d1cae44d864a5069df08d21013e.tar.gz
samba-7896a35da37c5d1cae44d864a5069df08d21013e.tar.bz2
samba-7896a35da37c5d1cae44d864a5069df08d21013e.zip
s4:ldap.py - make sure that also the "posixuser" will be deleted on test breakages
Diffstat (limited to 'source4/lib')
-rwxr-xr-xsource4/lib/ldb/tests/python/ldap.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/tests/python/ldap.py b/source4/lib/ldb/tests/python/ldap.py
index 51ba341e16..66b1f28adb 100755
--- a/source4/lib/ldb/tests/python/ldap.py
+++ b/source4/lib/ldb/tests/python/ldap.py
@@ -90,6 +90,7 @@ class BasicTests(unittest.TestCase):
print "baseDN: %s\n" % self.base_dn
+ self.delete_force(self.ldb, "cn=posixuser,cn=users," + self.base_dn)
self.delete_force(self.ldb, "cn=ldaptestuser,cn=users," + self.base_dn)
self.delete_force(self.ldb, "cn=ldaptestuser2,cn=users," + self.base_dn)
self.delete_force(self.ldb, "cn=ldaptestuser3,cn=users," + self.base_dn)