summaryrefslogtreecommitdiffstats
path: root/ipa-client
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2012-08-15 22:53:51 -0400
committerRob Crittenden <rcritten@redhat.com>2012-09-17 18:45:14 -0400
commit5c293e494d56a3fc4ccc5ea9fa134b994e5a51cb (patch)
tree90252a63a245c0a37ec10ab45e8aaf9d7d42ef84 /ipa-client
parent54bb2505656c13bc7cae1d66618c12d5d4859978 (diff)
downloadfreeipa.git-5c293e494d56a3fc4ccc5ea9fa134b994e5a51cb.tar.gz
freeipa.git-5c293e494d56a3fc4ccc5ea9fa134b994e5a51cb.tar.xz
freeipa.git-5c293e494d56a3fc4ccc5ea9fa134b994e5a51cb.zip
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
Diffstat (limited to 'ipa-client')
-rw-r--r--ipa-client/man/default.conf.56
1 files changed, 3 insertions, 3 deletions
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 <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 <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 <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 <hostname>
Specifies the hostname of the dogtag CA server. The default is the hostname of the IPA server.