[Freeipa-devel] [PATCH] 300-301 Fix DNS SOA serial parameters boundaries

Martin Kosek mkosek at redhat.com
Tue Sep 4 14:22:48 UTC 2012


To test, simply run the following command:

 ipa dnszone-mod example.com --serial=4294967295

This should work well on patched server&client. Web UI should work too as it
reads the max limit dynamically.

---
[PATCH 2/2] Fix DNS SOA serial parameters boundaries:

Set correct boundaries for DNS SOA serial parameters (see RFC 1035,
2181).


[PATCH 1/2] Transfer long numbers over XMLRPC

Numeric parameters in ipalib were limited by XMLRPC boundaries for
integer (2^31-1) which is too low for some LDAP attributes like DNS
SOA serial field.

Transfer numbers which are not in XMLRPC boundary as a string and not
as a number to workaround this limitation. Int parameter had to be
updated to also accept Python's long type as valid int type.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: freeipa-mkosek-300-transfer-long-numbers-over-xmlrpc.patch
Type: text/x-patch
Size: 3592 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20120904/0115ffed/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: freeipa-mkosek-301-fix-dns-soa-serial-parameters-boundaries.patch
Type: text/x-patch
Size: 10466 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20120904/0115ffed/attachment-0001.bin>


More information about the Freeipa-devel mailing list