#2717 Fix help string for DNS zone --forwarder option
Closed: Fixed None Opened 11 years ago by mkosek.

Fix help of --forwarder option in per-zone configuration. Current help mentions "global forwarder", but this term is used rather for the list of forwarders in global DNS configuration and not for per-zone conditional forwarding:

# ipa dnszone-mod --help
Usage: ipa [global-options] dnszone-mod NAME [options]
...
 --forwarder=STR       A list of global forwarders. A custom port can be
                        specified for each forwarder using a standard format
                        "IP_ADDRESS port PORT"

# ipa dnsconfig-mod --help
Usage: ipa [global-options] dnsconfig-mod [options]
...
  --forwarder=STR       A list of global forwarders. A custom port can be
                        specified for each forwarder using a standard format
                        "IP_ADDRESS port PORT"

Metadata Update from @mkosek:
- Issue assigned to mkosek
- Issue set to the milestone: FreeIPA 3.0 Beta 1

6 years ago

Login to comment on this ticket.

Metadata