Bug 1161635
| Summary: | DNS notify messages are not sent for modifications outside zone apex | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Petr Spacek <pspacek> |
| Component: | bind-dyndb-ldap | Assignee: | Petr Spacek <pspacek> |
| Status: | CLOSED ERRATA | QA Contact: | Namita Soman <nsoman> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.1 | CC: | mkosek, pspacek |
| Target Milestone: | rc | Keywords: | Regression |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | bind-dyndb-ldap-6.0-2.el7 | Doc Type: | Known Issue |
| Doc Text: |
Need to be updated for inclusion in Beta release notes.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-03-05 09:29:26 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1168850 | ||
|
Description
Petr Spacek
2014-11-07 14:28:43 UTC
Fixed upstream: https://fedorahosted.org/bind-dyndb-ldap/changeset/7dd6ba6c70273fef0ffd34b265e6f1a1b6988a26/ Verified using - ipa-server-4.1.0-15.el7.x86_64 bind-dyndb-ldap-6.0-2.el7.x86_64 Steps taken: # ipa dnszone-add example.test. Zone name: example.test. Active zone: TRUE Authoritative nameserver: vm-idm-001.testrelm.test. Administrator e-mail address: hostmaster SOA serial: 1422022040 SOA refresh: 3600 SOA retry: 900 SOA expire: 1209600 SOA minimum: 3600 BIND update policy: grant TESTRELM.TEST krb5-self * A; grant TESTRELM.TEST krb5-self * AAAA; grant TESTRELM.TEST krb5-self * SSHFP; Dynamic update: FALSE Allow query: any; Allow transfer: none; # ipa dnsrecord-add example.test. @ --ns-rec='localhost.' Record name: @ NS record: localhost., vm-idm-001.testrelm.test. # date Fri Jan 23 19:38:25 IST 2015 # ipa dnsrecord-add example.test. @ --txt-rec="Test notify after modification inside zone apex" Record name: @ NS record: localhost., vm-idm-001.testrelm.test. TXT record: Test notify after modification inside zone apex # date Fri Jan 23 19:38:54 IST 2015 # ipa dnsrecord-add example.test. record-inside --txt-rec="Test notify after modification outside zone apex" Record name: record-inside TXT record: Test notify after modification outside zone apex # date Fri Jan 23 19:39:17 IST 2015 # tail /var/log/messages Jan 23 19:37:33 vm-idm-001 nm-dispatcher: Dispatching action 'dhcp4-change' for eth0 Jan 23 19:37:56 vm-idm-001 named[21658]: zone example.test/IN: sending notifies (serial 1422022076) Jan 23 19:37:56 vm-idm-001 named[21658]: client 127.0.0.1#20140: received notify for zone 'example.test' Jan 23 19:37:56 vm-idm-001 named[21658]: client ::1#25943: received notify for zone 'example.test' Jan 23 19:38:47 vm-idm-001 named[21658]: zone example.test/IN: sending notifies (serial 1422022127) Jan 23 19:38:47 vm-idm-001 named[21658]: client 127.0.0.1#2710: received notify for zone 'example.test' Jan 23 19:38:47 vm-idm-001 named[21658]: client ::1#9037: received notify for zone 'example.test' Jan 23 19:39:15 vm-idm-001 named[21658]: zone example.test/IN: sending notifies (serial 1422022155) Jan 23 19:39:15 vm-idm-001 named[21658]: client 127.0.0.1#11342: received notify for zone 'example.test' Jan 23 19:39:16 vm-idm-001 named[21658]: client ::1#50426: received notify for zone 'example.test' verified notify messages are generated for modifications outside zone apex Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-0424.html |