diff options
author | Martin Babinsky <mbabinsk@redhat.com> | 2015-12-04 20:09:46 +0100 |
---|---|---|
committer | Martin Basti <mbasti@redhat.com> | 2015-12-04 23:03:22 +0100 |
commit | 0997f6b9aadfe996a02004b4f3d03411ff5d141c (patch) | |
tree | 6b7ca35f9e1bfd8cce92c942177f01cf1b96b0f4 | |
parent | 0044e56d6ce1fe5a8307bcf6320a22e63ff94bd9 (diff) | |
download | freeipa-0997f6b9aadfe996a02004b4f3d03411ff5d141c.tar.gz freeipa-0997f6b9aadfe996a02004b4f3d03411ff5d141c.tar.xz freeipa-0997f6b9aadfe996a02004b4f3d03411ff5d141c.zip |
add '--auto-forwarders' description to server/replica/DNS installer man pages
https://fedorahosted.org/freeipa/ticket/5438
Reviewed-By: Martin Basti <mbasti@redhat.com>
-rw-r--r-- | install/tools/man/ipa-dns-install.1 | 3 | ||||
-rw-r--r-- | install/tools/man/ipa-replica-install.1 | 3 | ||||
-rw-r--r-- | install/tools/man/ipa-server-install.1 | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/install/tools/man/ipa-dns-install.1 b/install/tools/man/ipa-dns-install.1 index 66afe7fae..2f2d43db7 100644 --- a/install/tools/man/ipa-dns-install.1 +++ b/install/tools/man/ipa-dns-install.1 @@ -38,6 +38,9 @@ A forwarder is a DNS server where queries for a specific non\-resolvable address \fB\-\-no\-forwarders\fR Do not add any DNS forwarders, send non\-resolvable addresses to the DNS root servers. .TP +\fB\-\-auto\-forwarders\fR +Add DNS forwarders configured in /etc/resolv.conf to the list of forwarders used by IPA DNS. +.TP \fB\-\-reverse\-zone\fR=\fIREVERSE_ZONE\fR The reverse DNS zone to use. This option can be used multiple times to specify multiple reverse zones. .TP diff --git a/install/tools/man/ipa-replica-install.1 b/install/tools/man/ipa-replica-install.1 index 6b323c55c..68976e7f9 100644 --- a/install/tools/man/ipa-replica-install.1 +++ b/install/tools/man/ipa-replica-install.1 @@ -146,6 +146,9 @@ the \fB\-\-no\-forwarders\fR option is specified. \fB\-\-no\-forwarders\fR Do not add any DNS forwarders. Root DNS servers will be used instead. .TP +\fB\-\-auto\-forwarders\fR +Add DNS forwarders configured in /etc/resolv.conf to the list of forwarders used by IPA DNS. +.TP \fB\-\-reverse\-zone\fR=\fIREVERSE_ZONE\fR The reverse DNS zone to use. This option can be used multiple times to specify multiple reverse zones. .TP diff --git a/install/tools/man/ipa-server-install.1 b/install/tools/man/ipa-server-install.1 index 8d79755c9..7106e9ed5 100644 --- a/install/tools/man/ipa-server-install.1 +++ b/install/tools/man/ipa-server-install.1 @@ -155,6 +155,9 @@ the \fB\-\-no\-forwarders\fR option is specified. \fB\-\-no\-forwarders\fR Do not add any DNS forwarders. Root DNS servers will be used instead. .TP +\fB\-\-auto\-forwarders\fR +Add DNS forwarders configured in /etc/resolv.conf to the list of forwarders used by IPA DNS. +.TP \fB\-\-reverse\-zone\fR=\fIREVERSE_ZONE\fR The reverse DNS zone to use. This option can be used multiple times to specify multiple reverse zones. .TP |