mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix ImportError in ipa-ca-install
Patch 3aa0731f
was not merged correctly and import for a function
that no longer exists. This patch fixes the import.
https://fedorahosted.org/freeipa/ticket/4480
This commit is contained in:
@@ -29,7 +29,7 @@ from ipaserver.install import certs
|
||||
from ipaserver.install.installutils import (HostnameLocalhost, ReplicaConfig,
|
||||
expand_replica_info, read_replica_info, get_host_name, BadHostError,
|
||||
private_ccache, read_replica_info_dogtag_port, load_external_cert,
|
||||
create_replica_config, validate_external_cert)
|
||||
create_replica_config)
|
||||
from ipaserver.install import dsinstance, cainstance, bindinstance
|
||||
from ipaserver.install.replication import replica_conn_check
|
||||
from ipapython import version
|
||||
|
Reference in New Issue
Block a user