Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 583023

Summary: some DNS entries lacking trailing dots
Product: [Retired] freeIPA Reporter: Rob Crittenden <rcritten>
Component: ipa-serverAssignee: Rob Crittenden <rcritten>
Status: CLOSED CURRENTRELEASE QA Contact: Chandrasekar Kannan <ckannan>
Severity: medium Docs Contact:
Priority: low    
Version: 2.0CC: benl, dpal, jgalipea, o.burtchen, rcritten
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-09-21 03:03:23 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 Rob Crittenden 2010-04-16 13:25:46 UTC
Description of problem:

From freeipa-users:

Using ipa-server-install --setup-dns“, the SOA Records in DNS are wrong. 

There are missing trailing dots for server-name und email, at reverse-zone 
also in the zone-name. To look at this, just use dig and dig -x on domain, 
changing it directly in ldap corrects it..

Should be easy to fix in ipaserver/install/bindinstance.py

Comment 2 Rob Crittenden 2010-09-21 03:03:23 UTC
As far as I can tell these have all been fixed:

# dig example.com

; <<>> DiG 9.6.2-P2-RedHat-9.6.2-5.P2.fc12 <<>> example.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 36698
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;example.com.                   IN      A

;; AUTHORITY SECTION:
example.com.            3600    IN      SOA     lion.example.com. root.lion.example.com. 2010200901 3600 900 1209600 3600

#  dig -x 192.168.166.32

; <<>> DiG 9.6.2-P2-RedHat-9.6.2-5.P2.fc12 <<>> -x 192.168.166.32
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 49151
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;32.166.168.192.in-addr.arpa.   IN      PTR

;; ANSWER SECTION:
32.166.168.192.in-addr.arpa. 86400 IN   PTR     lion.example.com.

;; AUTHORITY SECTION:
166.168.192.in-addr.arpa. 86400 IN      NS      lion.example.com.

Closing currentrelease.