Re: [Freeipa-devel] [PATCH] Improve serialization to JSON.

2010-08-11 Thread Pavel Zůna
On 2010-08-10 21:45, Rob Crittenden wrote: Pavel Zuna wrote: - Make it recursive. - Make Param classes serializable. - Take python native data types into account. Pavel Oops, sorry, commented on wrong patch. This looks ok but you have a serious whitespace issue in the def __json__ method.

Re: [Freeipa-devel] [PATCH] 509 add BuildRequries for authconfig

2010-08-11 Thread Pavel Zůna
On 2010-08-10 22:41, Rob Crittenden wrote: In ipapython/dnsclient.py we import acutil which is provided by authconfig. This can get invoked by setup.py so we need to have it at build time. rob ack. Pavel ___ Freeipa-devel mailing list

[Freeipa-devel] Fwd: [Freeipa-users] [PATCH] 510 enable compat plugin by default

2010-08-11 Thread Rob Crittenden
originall sent to wrong list ---BeginMessage--- This enables the compat plugin by default and moves the netgroup configuration to the standard schema compat configuration so it is enabled by default. Also add a status option to ipa-compat-manage so you can figure out what the current state

Re: [Freeipa-devel] [PATCH] Change the behaviour of addattr/setattr parameters

2010-08-11 Thread Rob Crittenden
Pavel Zůna wrote: setattr and addattr can now be used both to set all values of ANY attribute. the last setattr always resets the attribute to the specified value and all addattr append to it. Examples: user-mod testuser --setattr=title=msc title: msc user-mod testuser --setattr=title=msb

[Freeipa-devel] Changing the param scheme

2010-08-11 Thread Adam Young
Pavel, I made a small change to the ipa.js:ipa_parse_qp that you should note: -qs = location.search.substring(1, location.search.length); +qs = location.hash.substring(1); Instead of searching for the ? it serach for the #. THis works much more cleanly with Javascript by allowing