[Freeipa-devel] [PATCH] Add help string on how to configure multiple DNS forwards on cli

Thorsten Scherf tscherf at redhat.com
Tue Nov 11 12:37:12 UTC 2014


The ipa-server-install man page is more descriptive on how to configure
multiple DNS forwarders than the cli help. The cli help is more verbose
now.

https://fedorahosted.org//ticket/4465

Cheers,
Thorsten

-------------- next part --------------
From 11dcf90ba36f00f9c4ee74a33c6aa6f8773210ff Mon Sep 17 00:00:00 2001
From: Thorsten Scherf <tscherf at redhat.com>
Date: Tue, 11 Nov 2014 13:30:44 +0100
Subject: [PATCH] Add help string on how to configure multiple DNS forwards on
 cli

The ipa-server-install man page is more descriptive on how to configure
multiple DNS forwarders than the cli help. This cli help is more verbose
now.

https://fedorahosted.org//ticket/4465
---
 install/tools/ipa-server-install | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install
index cb79cfbbc09966950f4e5fb51984008b20600143..1280b631db4f7b6ad69d1151d047a8190ca5215a 100755
--- a/install/tools/ipa-server-install
+++ b/install/tools/ipa-server-install
@@ -282,7 +282,7 @@ def parse_options():
     dns_group.add_option("--setup-dns", dest="setup_dns", action="store_true",
                       default=False, help="configure bind with our zone")
     dns_group.add_option("--forwarder", dest="forwarders", action="append",
-                      type="ip", help="Add a DNS forwarder")
+                      type="ip", help="Add a DNS forwarder. This option can be used multiple times")
     dns_group.add_option("--no-forwarders", dest="no_forwarders", action="store_true",
                       default=False, help="Do not add any DNS forwarders, use root servers instead")
     dns_group.add_option("--reverse-zone", dest="reverse_zones", help="The reverse DNS zone to use",
-- 
1.9.3

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20141111/89a275cc/attachment.sig>


More information about the Freeipa-devel mailing list