From b519b87ea4f7ddd42001704f1583a1b3370bd0fc Mon Sep 17 00:00:00 2001 From: Martin Nagy Date: Tue, 1 Sep 2009 23:28:52 +0200 Subject: Add forgotten chunks from commit 4e5a68397a102f0be I accidentally pushed the older patch that didn't contain bits for ipa-replica-install. --- install/tools/man/ipa-replica-install.1 | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'install/tools/man') diff --git a/install/tools/man/ipa-replica-install.1 b/install/tools/man/ipa-replica-install.1 index 168f66582..dd9a9ae99 100644 --- a/install/tools/man/ipa-replica-install.1 +++ b/install/tools/man/ipa-replica-install.1 @@ -37,7 +37,17 @@ Do not configure NTP Directory Manager (existing master) password .TP \fB\-\-setup\-dns\fR -Generate a DNS zone if it does not exist already and configure the DNS server +Generate a DNS zone if it does not exist already and configure the DNS server. +This option requires that you either specify at least one DNS forwarder through +the \fB\-\-forwarder\fR option or use the \fB\-\-no\-forwarders\fR option. +.TP +\fB\-\-forwarder\fR=\fIIP_ADDRESS\fR +Add a DNS forwarder to the DNS configuration. You can use this option multiple +times to specify more forwarders, but at least one must be provided, unless +the \fB\-\-no\-forwarders\fR option is specified. +.TP +\fB\-\-no\-forwarders\fR +Do not add any DNS forwarders. Root DNS servers will be used instead. .SH "EXIT STATUS" 0 if the command was successful -- cgit