diff options
author | Martin Kosek <mkosek@redhat.com> | 2011-05-04 10:09:44 +0200 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2011-05-12 16:55:27 -0400 |
commit | 9de10f3674078ef8c423522e30fe704a2d09a7c2 (patch) | |
tree | d5d8e7bb79a162a53fad0d25811e2f5d5f1bdd8d /install/tools/man/ipa-replica-prepare.1 | |
parent | 8d35089780abbc8a877ebd3bd991a3a3ba8a6f3e (diff) | |
download | freeipa-9de10f3674078ef8c423522e30fe704a2d09a7c2.tar.gz freeipa-9de10f3674078ef8c423522e30fe704a2d09a7c2.tar.xz freeipa-9de10f3674078ef8c423522e30fe704a2d09a7c2.zip |
Consolidate man pages and IPA tools help
IPA tools options are not consistent with information in man
pages.
https://fedorahosted.org/freeipa/ticket/1163
https://fedorahosted.org/freeipa/ticket/1178
Diffstat (limited to 'install/tools/man/ipa-replica-prepare.1')
-rw-r--r-- | install/tools/man/ipa-replica-prepare.1 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/install/tools/man/ipa-replica-prepare.1 b/install/tools/man/ipa-replica-prepare.1 index 115c102d6..88da6f4fe 100644 --- a/install/tools/man/ipa-replica-prepare.1 +++ b/install/tools/man/ipa-replica-prepare.1 @@ -45,8 +45,20 @@ The password of the Directory Server PKCS#12 file \fB\-\-http_pin\fR=\fIHTTP_PIN\fR The password of the Apache Server PKCS#12 file .TP +\fB\-\-pkinit_pin\fR=\fIPKINIT_PIN\fR +The password of the Apache Server PKCS#12 file +.TP +\fB\-p\fR \fIDM_PASSWORD\fR, \fB\-\-password\fR=\fIDM_PASSWORD\fR +Directory Manager (existing master) password +.TP \fB\-\-ip\-address\fR=\fIIP_ADDRESS\fR IP address of the replica server. If you provide this option, the A and PTR records will be added to the DNS. +.TP +\fB\-\-ca\fR=\fICA_FILE\fR +Location of CA PKCS#12 file, default /root/cacert.p12 +.TP +\fB\-\-no\-pkinit\fR +Disables pkinit setup steps .SH "EXIT STATUS" 0 if the command was successful |