#2567 idnssoaserial does not honour the recommended syntax in rfc1912.
Closed: Fixed None Opened 12 years ago by mkosek.

https://bugzilla.redhat.com/show_bug.cgi?id=805427 (Red Hat Enterprise Linux 6)

Description of problem:


Version-Release number of selected component (if applicable):
ipa-server-2.2.0-4.el6.x86_64

How reproducible:
Always

Steps to Reproduce:
[root@primenova ~]# date
Wed Mar 21 04:21:29 EDT 2012
[root@primenova ~]#

[root@primenova ~]# ipa dnszone-show lab.eng.pnq.redhat.com
  Zone name: lab.eng.pnq.redhat.com
  Authoritative nameserver: primenova.lab.eng.pnq.redhat.com.
  Administrator e-mail address: hostmaster.lab.eng.pnq.redhat.com.
  SOA serial: 2012210301        <<<<<<<<<
  SOA refresh: 3600
  SOA retry: 900
  SOA expire: 1209600
  SOA minimum: 3600
  Active zone: TRUE
  Allow query: any;
  Allow transfer: none;
[root@primenova ~]#


Actual results:
SOA serial: 2012210301 (YYYYDDMMnn)

Expected results:
SOA serial: 2012032101 (YYYYMMDDnn)

Additional info:
The recommended syntax is YYYYMMDDnn (YYYY=year, MM=month, DD=day, nn=revision
number.) Ref: http://www.ietf.org/rfc/rfc1912.txt

Patch freeipa-mkosek-243-fix-default-soa-serial-format.patch sent for review

Metadata Update from @mkosek:
- Issue assigned to mkosek
- Issue set to the milestone: FreeIPA 2.2 Core Effort - 2012/03

7 years ago

Login to comment on this ticket.

Metadata