summaryrefslogtreecommitdiffstats
path: root/install/tools/man/ipa-dns-install.1
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2011-05-04 10:09:44 +0200
committerRob Crittenden <rcritten@redhat.com>2011-05-12 16:55:27 -0400
commit9de10f3674078ef8c423522e30fe704a2d09a7c2 (patch)
treed5d8e7bb79a162a53fad0d25811e2f5d5f1bdd8d /install/tools/man/ipa-dns-install.1
parent8d35089780abbc8a877ebd3bd991a3a3ba8a6f3e (diff)
downloadfreeipa.git-9de10f3674078ef8c423522e30fe704a2d09a7c2.tar.gz
freeipa.git-9de10f3674078ef8c423522e30fe704a2d09a7c2.tar.xz
freeipa.git-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-dns-install.1')
-rw-r--r--install/tools/man/ipa-dns-install.117
1 files changed, 10 insertions, 7 deletions
diff --git a/install/tools/man/ipa-dns-install.1 b/install/tools/man/ipa-dns-install.1
index 5871168a..f6f99c12 100644
--- a/install/tools/man/ipa-dns-install.1
+++ b/install/tools/man/ipa-dns-install.1
@@ -25,24 +25,27 @@ ipa\-dns\-install [\fIOPTION\fR]...
Adds DNS as an IPA\-managed service. This requires that the IPA server is already installed and configured.
.SH "OPTIONS"
.TP
-\fB\-p\fR <fl>DM_PASSWORD\fR, \fB\-\-ds\-password\fR=\fIDM_PASSWORD\fR
+\fB\-p\fR \fIDM_PASSWORD\fR, \fB\-\-ds\-password\fR=\fIDM_PASSWORD\fR
The password to be used by the Directory Server for the Directory Manager user
.TP
+\fB\-d\fR, \fB\-\-debug\fR
+Enable debug logging when more verbose output is needed
+.TP
\fB\-\-ip\-address\fR=\fIIP_ADDRESS\fR
The IP address of the IPA server. If not provided then this is determined based on the hostname of the server.
.TP
-\fB\-\-forwarders\fR=\fIFORWARDERS\fR
-A forwarder is a DNS server where queries for a specific non\-resolvable address can be directed. To define multiple forwarders use mutliple instances of \fB\-\-forwarders\fR
+\fB\-\-forwarder\fR=\fIFORWARDER\fR
+A forwarder is a DNS server where queries for a specific non\-resolvable address can be directed. To define multiple forwarders use multiple instances of \fB\-\-forwarder\fR
.TP
-\fB\-\-noforwarders\fR
+\fB\-\-no\-forwarders\fR
Do not add any DNS forwarders, send non\-resolvable addresses to the DNS root servers.
.TP
+\fB\-\-no\-reverse\fR
+Do not create reverse DNS zone
+.TP
\fB\-\-zonemgr\fR
The e\-mail address of the DNS zone manager. Defaults too root@host.domain
.TP
-\fB\-d\fR, \fB\-\-debug\fR
-Enable debug logging when more verbose output is needed
-.TP
\fB\-U\fR, \fB\-\-unattended\fR
An unattended installation that will never prompt for user input
.SH "EXIT STATUS"