URL: https://github.com/freeipa/freeipa/pull/5841 Author: antoniotorresm Title: #5841: dnszone-add: deprecate option for setting SOA serial Action: opened
PR body: """ Since IPA 3 [1] SOA serial is managed automatically via autoincrement, and the option of disabling this behavior was deprecated in IPA 3.3.3 [2]. As a result, the option `--serial` during DNS zone addition would be ignored as it is set during the creation. This commit adds a deprecation warning if this option is used. Setting the SOA serial manually would still be useful in certain scenarios, so the option of doing it with dnszone-mod is kept.
[1] https://www.freeipa.org/page/V3/DNS_SOA_serial_auto-incrementation [2] https://www.freeipa.org/page/Releases/3.3.3
Fixes: https://pagure.io/freeipa/issue/8227 Signed-off-by: Antonio Torres antorres@redhat.com """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5841/head:pr5841 git checkout pr5841
URL: https://github.com/freeipa/freeipa/pull/5841 Author: antoniotorresm Title: #5841: dnszone-add: deprecate option for setting SOA serial Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5841/head:pr5841 git checkout pr5841
freeipa-devel@lists.fedorahosted.org