From 3dd31a875650c7fe7c67ca6b47f2058c1181dafb Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Wed, 15 Aug 2012 22:53:51 -0400 Subject: 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 --- ipalib/constants.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ipalib/constants.py') diff --git a/ipalib/constants.py b/ipalib/constants.py index 59649865..57265da5 100644 --- a/ipalib/constants.py +++ b/ipalib/constants.py @@ -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: -- cgit