[Freeipa-devel] [PATCH] Use escapes in DNs instead of quoting.

2010-03-26 Thread Pavel Zuna
This patch effectively removes all LDAPv2 style quoted DNs and makes sure we don't use them anymore. KDC doesn't seem to have any problems with LDAPv3 style DNs, but I kept the option to disable DN normalization for now. I also had to add a new dollar variable for LDIF files:

Re: [Freeipa-devel] [PATCH] jderose 053 XML-RPC signature change

2010-03-26 Thread John Dennis
On 03/26/2010 07:24 AM, Jason Gerard DeRose wrote: This quick patch changes the XML-RPC signature to match the complementary change being made in certmonger. The signature is now: [args, options] This doesn't yet include the [args, options, extra] change... that is coming in my rpcserver

Re: [Freeipa-devel] [PATCH] Use escapes in DNs instead of quoting.

2010-03-26 Thread Rob Crittenden
Pavel Zuna wrote: This patch effectively removes all LDAPv2 style quoted DNs and makes sure we don't use them anymore. KDC doesn't seem to have any problems with LDAPv3 style DNs, but I kept the option to disable DN normalization for now. I also had to add a new dollar variable for LDIF

Re: [Freeipa-devel] [PATCH] Fix output of commands, that do not return entries.

2010-03-26 Thread Rob Crittenden
Pavel Zůna wrote: Rob Crittenden wrote: Pavel Zůna wrote: Pavel Zůna wrote: This patch fixes Command.output_for_cli for the env plugin. Before we assumed, that a list/tuple is always a list of entries and a dict is always an entry. Still, this solution isn't perfect. I think, that in the

Re: [Freeipa-devel] [PATCH] jderose 053 XML-RPC signature change

2010-03-26 Thread John Dennis
On 03/26/2010 05:18 PM, Jason Gerard DeRose wrote: On Fri, 2010-03-26 at 09:22 -0400, John Dennis wrote: On 03/26/2010 07:24 AM, Jason Gerard DeRose wrote: This quick patch changes the XML-RPC signature to match the complementary change being made in certmonger. The signature is now:

[Freeipa-devel] super of crud.Delete

2010-03-26 Thread Rob Crittenden
I was poking around at the base classes today and I'm wondering if we need to change the parent of crud.Delete(). The use case is host-del. We store the short and the fqdn name of hosts. I think that for deleting we want enforce using the fqdn to be sure bad things never happen. If we use the