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

2011-11-03 Thread Martin Kosek
On Thu, 2011-11-03 at 15:02 -0400, Rob Crittenden wrote: > Martin Kosek wrote: > > 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

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

2011-11-03 Thread Rob Crittenden
Martin Kosek wrote: 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 pat

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

2011-11-03 Thread Martin Kosek
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 RawConfigP