Re: [Freeipa-devel] [PATCH] 381 fix output of integers

2010-02-17 Thread Pavel Zuna
Rob Crittenden wrote: Integers are included in the list of things to convert to str internally. This makes them be considered binary by ipalib.cli.encode_binary(). Add a hackish test for now to see if we have an integer or not. I know that Pavel is working on more graceful way to handle encodi

Re: [Freeipa-devel] [PATCH] 381 fix output of integers

2010-02-17 Thread Jason Gerard DeRose
On Tue, 2010-02-16 at 23:00 -0500, Rob Crittenden wrote: > Integers are included in the list of things to convert to str > internally. This makes them be considered binary by > ipalib.cli.encode_binary(). Add a hackish test for now to see if we have > an integer or not. I know that Pavel is work

[Freeipa-devel] [PATCH] 381 fix output of integers

2010-02-16 Thread Rob Crittenden
Integers are included in the list of things to convert to str internally. This makes them be considered binary by ipalib.cli.encode_binary(). Add a hackish test for now to see if we have an integer or not. I know that Pavel is working on more graceful way to handle encoding and I can live with