Discussion:
[Freeipa-devel] [freeipa PR#505][opened] dns: fix `dnsrecord_add` interactive mode
HonzaCholasta
2017-02-24 09:58:55 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/505
Author: HonzaCholasta
Title: #505: dns: fix `dnsrecord_add` interactive mode
Action: opened

PR body:
"""
`dnsrecord_add` interactive mode might prompt for value of non-existent
arguments `a_part_create_reverse` and `aaaa_part_create_reverse`. This
happens because `dnsrecord_add` extra flags are incorrectly defined as
parts of the respective DNS records.

Remove extra flags from DNS record parts to fix the interactive mode on old
clients talking to new servers. Skip non-existent arguments in the
interactive mode to fix new clients talking to old servers.

https://fedorahosted.org/freeipa/ticket/6457
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/505/head:pr505
git checkout pr505
MartinBasti
2017-03-08 14:29:17 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/505
Title: #505: dns: fix `dnsrecord_add` interactive mode

Label: +ack
dkupka
2017-03-08 14:53:07 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/505
Title: #505: dns: fix `dnsrecord_add` interactive mode

Label: +pushed
dkupka
2017-03-08 14:53:09 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/505
Title: #505: dns: fix `dnsrecord_add` interactive mode

dkupka commented:
"""
master:

* 1e912f5b83166154806e0382f3f028d0eac81731 dns: fix `dnsrecord_add` interactive mode
"""

See the full comment at https://github.com/freeipa/freeipa/pull/505#issuecomment-285061777
dkupka
2017-03-08 14:53:10 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/505
Author: HonzaCholasta
Title: #505: dns: fix `dnsrecord_add` interactive mode
Action: closed

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/505/head:pr505
git checkout pr505

Loading...