summaryrefslogtreecommitdiff
path: root/python/samba
diff options
context:
space:
mode:
Diffstat (limited to 'python/samba')
-rw-r--r--python/samba/tests/auth_log_pass_change.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/python/samba/tests/auth_log_pass_change.py b/python/samba/tests/auth_log_pass_change.py
index 1b5e769c3d1..eef2d743684 100644
--- a/python/samba/tests/auth_log_pass_change.py
+++ b/python/samba/tests/auth_log_pass_change.py
@@ -51,11 +51,6 @@ class AuthLogPassChangeTests(samba.tests.auth_log_base.AuthLogTestBase):
credentials=self.get_credentials(),
lp=self.get_loadparm())
- print("ldb %s" % type(self.ldb))
- # Gets back the basedn
- base_dn = self.ldb.domain_dn()
- print("base_dn %s" % base_dn)
-
# permit password changes during this test
PasswordCommon.allow_password_changes(self, self.ldb)