From 0997f6b9aadfe996a02004b4f3d03411ff5d141c Mon Sep 17 00:00:00 2001 From: Martin Babinsky Date: Fri, 4 Dec 2015 20:09:46 +0100 Subject: [PATCH] add '--auto-forwarders' description to server/replica/DNS installer man pages https://fedorahosted.org/freeipa/ticket/5438 Reviewed-By: Martin Basti --- install/tools/man/ipa-dns-install.1 | 3 +++ install/tools/man/ipa-replica-install.1 | 3 +++ install/tools/man/ipa-server-install.1 | 3 +++ 3 files changed, 9 insertions(+) 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