mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Modifications to install scripts for dogtag 10
Dogtag 10 uses a new installer, new directory layout and new default ports. This patch changes the ipa install code to integrate these changes. https://fedorahosted.org/freeipa/ticket/2846
This commit is contained in:
@@ -141,9 +141,9 @@ DEFAULT_CONFIG = (
|
||||
('ca_port', 80),
|
||||
('ca_agent_port', 443),
|
||||
('ca_ee_port', 443),
|
||||
('ca_install_port', 9180),
|
||||
('ca_agent_install_port', 9443),
|
||||
('ca_ee_install_port', 9444),
|
||||
('ca_install_port', 8080),
|
||||
('ca_agent_install_port', 8443),
|
||||
('ca_ee_install_port', 8443),
|
||||
|
||||
|
||||
# Special CLI:
|
||||
|
||||
Reference in New Issue
Block a user