[Freeipa-devel] [PATCH] 158 Fix ipa-server-install answer cache

Martin Kosek mkosek at redhat.com
Thu Nov 3 10:21:04 UTC 2011


Current Answer Cache storing mechanism is not ideal for storing
non-trivial Python types like arrays, custom classes, etc.
RawConfigParser just translates values to string, which
are not correctly decoded when the Answer Cache is parsed and
restored in the installer.

This patch replaces RawConfigParser with Python's standard pickle
module, which is a recommended way for serialization in Python.

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: freeipa-mkosek-158-fix-ipa-server-install-answer-cache.patch
Type: text/x-patch
Size: 5301 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20111103/1fd9143b/attachment.bin>


More information about the Freeipa-devel mailing list