Re: [Freeipa-devel] [PATCH] Make ldap2.add_entry proof to None values, because python-ldap hates'em.

2009-08-31 Thread Pavel Zuna
Rob Crittenden wrote: Pavel Zuna wrote: python-ldap seems to hate None values when adding an entry and raises an exception instead ignoring them, so we need to filter them ourselves. Pavel Couldn't updates contain None as well? rob Updates can and it's valid. None is used in update_entry

Re: [Freeipa-devel] [PATCH] jderose 011 Fleshed out krb plugin and added example of scripting against Python API

2009-08-31 Thread Jason Gerard DeRose
Attached is an updated to this patch that now correctly applies. On Tue, 2009-07-07 at 07:07 +, Jason Gerard DeRose wrote: This patch adds the first example of scripting against the IPA Python API in doc/examples/python-api.py. It also finally fleshes out the ipalib.plugins.kerberos.krb

Re: [Freeipa-devel] [PATCH] jderose 011 Fleshed out krb plugin and added example of scripting against Python API

2009-08-31 Thread Rob Crittenden
Jason Gerard DeRose wrote: Attached is an updated to this patch that now correctly applies. ack smime.p7s Description: S/MIME Cryptographic Signature ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

Re: [Freeipa-devel] [PATCH] Make ldap2.add_entry proof to None values, because python-ldap hates'em.

2009-08-31 Thread Jason Gerard DeRose
On Mon, 2009-08-31 at 12:03 +0200, Pavel Zuna wrote: Rob Crittenden wrote: Pavel Zuna wrote: python-ldap seems to hate None values when adding an entry and raises an exception instead ignoring them, so we need to filter them ourselves. Pavel Couldn't updates contain None as well?