Re: [Freeipa-devel] validating return values in XML-RPC

2009-10-07 Thread Dmitri Pal
John Dennis wrote: > Sorry to harp on this :-) But the more I work with the XML-RPC > interface from non-python code the more I think we've got a problem. > > The first problem is what was discussed in the team meeting. You don't > know what a function is going to return and nothing enforces the >

[Freeipa-devel] validating return values in XML-RPC

2009-10-07 Thread John Dennis
Sorry to harp on this :-) But the more I work with the XML-RPC interface from non-python code the more I think we've got a problem. The first problem is what was discussed in the team meeting. You don't know what a function is going to return and nothing enforces the consistency of return valu

[Freeipa-devel] [PATCH] 287 improve ipa-join

2009-10-07 Thread Rob Crittenden
I ran ipa-join on some not properly-configured clients and found a bunch of corner cases that are fixed here. This improves debugging and standard output considerably. rob freeipa-287-join.patch Description: application/mbox smime.p7s Description: S/MIME Cryptographic Signature

[Freeipa-devel] [PATCH] 286 cache installer questions

2009-10-07 Thread Rob Crittenden
Installing a CA that is signed by another CA is a 2-step process. The first step is to generate a CSR for the CA and the second step is to install the certificate issued by the external CA. To avoid asking questions over and over (and potentially getting different answers) the answers are cache

[Freeipa-devel] Re: [PATCH] Fix bug in HBAC and netgroup plugin get_primary_key_from_dn methods.

2009-10-07 Thread Rob Crittenden
Pavel Zuna wrote: The method was returning tuples instead of strings in both plugins causing a mess in other plugins, when displaying netgroup/HBAC information. Pavel Assuming that the primary key doesn't exist, what meaning does returning '' have? For these 2 plugins shouldn't it always hav

[Freeipa-devel] Re: check your patches

2009-10-07 Thread Rob Crittenden
Pavel Zuna wrote: Rob Crittenden wrote: Pavel, I pushed a slew of your patches today but there were so many patches flying around that e-mail thread I may have missed something (and the tests patch doesn't apply). Can you check your patches to make sure I've applied everything? git has a kin