summaryrefslogtreecommitdiffstats
path: root/install/ui/serverconfig.js
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2011-11-03 11:08:26 +0100
committerMartin Kosek <mkosek@redhat.com>2011-11-03 21:46:27 +0100
commit32a506cac813d43461f03ecaa0add523e32a3652 (patch)
treefb8c437a75adb7089bea1591674fb940d14634b3 /install/ui/serverconfig.js
parent9f07404fe3f426cb45896dc5e71fbd0492fb8ea3 (diff)
downloadfreeipa.git-32a506cac813d43461f03ecaa0add523e32a3652.tar.gz
freeipa.git-32a506cac813d43461f03ecaa0add523e32a3652.tar.xz
freeipa.git-32a506cac813d43461f03ecaa0add523e32a3652.zip
Fix ipa-server-install answer cache
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
Diffstat (limited to 'install/ui/serverconfig.js')
0 files changed, 0 insertions, 0 deletions