summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipatests/test_integration/tasks.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipatests/test_integration/tasks.py b/ipatests/test_integration/tasks.py
index ac36e2e02..d6cf05b31 100644
--- a/ipatests/test_integration/tasks.py
+++ b/ipatests/test_integration/tasks.py
@@ -249,7 +249,8 @@ def enable_replication_debugging(host):
""")
host.run_command(['ldapmodify', '-x',
'-D', str(host.config.dirman_dn),
- '-w', host.config.dirman_password],
+ '-w', host.config.dirman_password,
+ '-h', host.hostname],
stdin_text=logging_ldif)