[Freeipa-devel] [PATCH] 191 Fix maxvalue in DNS plugin

Martin Kosek mkosek at redhat.com
Thu Jan 12 16:18:16 UTC 2012


This bug prevented a build on 32b systems. Pushed as a one-liner to
master, ipa-2-2.
---
Having a Parameter maxvalue larger that 2G makes Python convert it
to "long" type instead of "int" type. Our framework than fails to
bootstrap the API when it detects long integer in Parameter
maxvalue.

Remove the clashing maxvalue out entirely as we can't transfer
values larger than 2G anyway (xmlrpc limitation).

https://fedorahosted.org/freeipa/ticket/2082

-------------- next part --------------
A non-text attachment was scrubbed...
Name: freeipa-mkosek-191-fix-maxvalue-in-dns-plugin.patch
Type: text/x-patch
Size: 12419 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20120112/d1eaac85/attachment.bin>


More information about the Freeipa-devel mailing list