Bug 805207

Summary: [RFE] Make LDAP DNS schema flexible as BIND zone files
Product: Red Hat Enterprise Linux 7 Reporter: Dmitri Pal <dpal>
Component: ipaAssignee: Martin Kosek <mkosek>
Status: CLOSED DEFERRED QA Contact: IDM QE LIST <seceng-idm-qe-list>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0CC: jgalipea, mkosek, pspacek
Target Milestone: rcKeywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-01-21 15:07:29 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 Dmitri Pal 2012-03-20 16:38:55 UTC
This bug is created as a clone of upstream ticket:
https://fedorahosted.org/freeipa/ticket/2558

{{{
Description of problem:
Current record format in LDAP is less powerful than BIND's. Generally, each
record (not only name) can have own TTL value, see RFC1035
http://tools.ietf.org/html/rfc1035 section 5.1.
We allow only single TTL value per name, so it's not possible to have e.g.
single name with long-term A record and short term LOC record.
IPA LDAP schema should be as powerfull as BIND zone files.

Version-Release number of selected component (if applicable):
2.1.3-9.el6

How reproducible:
Add two records with different same DNS name and different TTL.

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

Additional info:
Big schema & UI & BIND LDAP plugin change is required.
}}}

Comment 6 Martin Kosek 2015-01-21 15:07:29 UTC
Thank you taking your time and submitting this request for Red Hat Enterprise Linux. Unfortunately, this bug was not given a priority and was deferred both in the upstream project and in Red Hat Enterprise Linux.

Given that we are unable to fulfill this request in following Red Hat Enterprise Linux releases, I am closing the Bugzilla as DEFERRED. To request that Red Hat re-considers the decision, please re-open the Bugzilla via appropriate support channels and provide additional business and/or technical details about its importance to you.

Note that you can still track this request or even contribute patches in the referred upstream Trac ticket.