summaryrefslogtreecommitdiffstats
path: root/ipatests/test_install
diff options
context:
space:
mode:
Diffstat (limited to 'ipatests/test_install')
-rw-r--r--ipatests/test_install/test_updates.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipatests/test_install/test_updates.py b/ipatests/test_install/test_updates.py
index 4053d3547..553788d2a 100644
--- a/ipatests/test_install/test_updates.py
+++ b/ipatests/test_install/test_updates.py
@@ -64,7 +64,8 @@ class test_update(unittest.TestCase):
raise nose.SkipTest("No directory manager password")
self.updater = LDAPUpdate(dm_password=self.dm_password, sub_dict={})
self.ld = ipaldap.IPAdmin(fqdn)
- self.ld.do_simple_bind(bindpw=self.dm_password)
+ self.ld.simple_bind(bind_dn=ipaldap.DIRMAN_DN,
+ bind_password=self.dm_password)
self.testdir = os.path.abspath(os.path.dirname(__file__))
if not ipautil.file_exists(os.path.join(self.testdir,
"0_reset.update")):