#2563 CLI should warn user if he creates DNS record with conflicting TTL values
Closed: wontfix 5 years ago Opened 12 years ago by pspacek.

In current IPA is not possible to create two different DNS records with same DNS name and different TTL.

How reproducible:
Add two different records with same name and different TTL.
It's only CLI user experince improvement.

Steps to Reproduce:
1. {{{ ipa dnsrecord-add --ttl=123 localnet r1 --a-rec=1.2.3.4 }}}
2. {{{ ipa dnsrecord-add --ttl=555 localnet r1 --txt-rec=TEST }}}

Actual results:

# ipa dnsrecord-add --ttl=123 localnet r1 --a-rec=1.2.3.4
  Record name: r1
  Time to live: 123
  A record: 1.2.3.4
# ipa dnsrecord-add --ttl=555 localnet r1 --txt-rec=TEST
  Record name: r1
  Time to live: 123
  A record: 1.2.3.4
  TXT record: TEST

Expected results:

# ipa dnsrecord-add --ttl=123 localnet r1 --a-rec=1.2.3.4
  Record name: r1
  Time to live: 123
  A record: 1.2.3.4
# ipa dnsrecord-add --ttl=555 localnet r1 --txt-rec=TEST
  Record name: r1
  Time to live: 555
  A record: 1.2.3.4
  TXT record: TEST
 Warning: It's not possible to have two records with same name and different TTL values.

Moving my tickets back to free-to-take pool.

Metadata Update from @pspacek:
- Issue assigned to someone
- Issue set to the milestone: Future Releases

7 years ago

Thank you taking time to submit this request for FreeIPA. Unfortunately this bug was not given priority and the team lacks the capacity to work on it at this time.

Given that we are unable to fulfil this request I am closing the issue as wontfix. To request re-consideration of this decision please reopen this issue and provide additional technical details about its importance to you.

Metadata Update from @rcritten:
- Issue close_status updated to: wontfix
- Issue status updated to: Closed (was: Open)

5 years ago

Login to comment on this ticket.

Metadata