Bug 796751

Summary: dnszone parameter name was changed
Product: Red Hat Enterprise Linux 6 Reporter: Martin Kosek <mkosek>
Component: doc-Identity_Management_GuideAssignee: Deon Ballard <dlackey>
Status: CLOSED CURRENTRELEASE QA Contact: ecs-bugs
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.3CC: jskeoch, mkosek
Target Milestone: rcKeywords: Documentation
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-06-21 23:15:03 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Martin Kosek 2012-02-23 15:34:07 UTC
This bug is created as a clone of upstream ticket:
https://fedorahosted.org/freeipa/ticket/2434

One parameter in `ipa dnszone-mod` has change its CLI format. Internally it is compatible with older clients, but the command now has to be called differently.

Before FreeIPA 2.1.90, dynamic updates were turned on with this command
{{{
ipa dnszone-mod ZONE --allow-dynupdate
}}}

In FreeIPA 2.1.90 and newer the name has been changed to `--dynamic-update` and its not a simple flag but it accepts a bool value:

{{{
ipa dnszone-mod ZONE --dynamic-update=TRUE
}}}

We need to reflect this change in our documentation.

Comment 1 Martin Kosek 2012-02-23 15:35:55 UTC
Just a clarification - both Fedora and IPA RHEL 6.3 documentation guide will need to be changed.

Comment 5 Deon Ballard 2012-06-21 23:15:03 UTC
Closing.