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 --- ipa-client/man/default.conf.5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ipa-client/man/default.conf.5') diff --git a/ipa-client/man/default.conf.5 b/ipa-client/man/default.conf.5 index f6873de2..c3adeb85 100644 --- a/ipa-client/man/default.conf.5 +++ b/ipa-client/man/default.conf.5 @@ -66,13 +66,13 @@ The following options are relevant for the server: Specifies the base DN to use when performing LDAP operations. The base must be in DN format (dc=example,dc=com). .TP .B ca_agent_port -Specifies the secure CA agent port. The default is 9443. +Specifies the secure CA agent port. The default is 8443. .TP .B ca_ee_port -Specifies the secure CA end user port. The default is 9444. +Specifies the secure CA end user port. The default is 8443. .TP .B ca_port -Specifies the insecure CA end user port. The default is 9180. +Specifies the insecure CA end user port. The default is 8080. .TP .B ca_host Specifies the hostname of the dogtag CA server. The default is the hostname of the IPA server. -- cgit