mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-27 00:26:33 -06:00
CI test: fix regression in task.install_kra
ipa-kra-install needs directory manager password
Regression caused by c4b9b295d8
Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
parent
2320be18a3
commit
26899c91af
@ -957,7 +957,7 @@ def ipa_restore(master, backup_path):
|
||||
def install_kra(host, domain_level=None, first_instance=False, raiseonerr=True):
|
||||
if domain_level is None:
|
||||
domain_level = domainlevel(host)
|
||||
command = ["ipa-kra-install", "-U"]
|
||||
command = ["ipa-kra-install", "-U", "-p", host.config.dirman_password]
|
||||
if domain_level == DOMAIN_LEVEL_0 and not first_instance:
|
||||
replica_file = get_replica_filename(host)
|
||||
command.append(replica_file)
|
||||
|
Loading…
Reference in New Issue
Block a user