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 cont

Re: [Freeipa-devel] contribution policy update, what's next

2009-08-31 Thread Rich Megginson
Simo Sorce wrote: On Mon, 2009-08-31 at 13:23 -0700, Karsten Wade wrote: Richard looked at the license-specific version, made some suggestions, then asked if there is a reason for being GPLv2 only as a project and codebase. For example, many projects are licensed "GPLv2 or later", yet there

Re: [Freeipa-devel] contribution policy update, what's next

2009-08-31 Thread Simo Sorce
On Mon, 2009-08-31 at 13:23 -0700, Karsten Wade wrote: > Richard looked at the license-specific version, made some suggestions, > then asked if there is a reason for being GPLv2 only as a project and > codebase. For example, many projects are licensed "GPLv2 or later", > yet there was some confusi

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
On Mon, 2009-08-31 at 17:56 -0400, Rob Crittenden wrote: > Jason Gerard DeRose wrote: > > Attached is an updated to this patch that now correctly applies. > > > ack pushed to master. ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.

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 https://www.redhat.com/mailman/listinfo/fr

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.k

Re: [Freeipa-devel] contribution policy update, what's next

2009-08-31 Thread Karsten Wade
On Tue, Aug 04, 2009 at 02:58:24PM -0700, Karsten Wade wrote: > Yesterday I lurked on a call with Stephen Gallagher and Richard > Fontana, legal expert on FLOSS licensing. > > Due to audio problems, I wasn't able to fully participate, but I did > hear an implicit agreement to the contribution poli

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