[Freeipa-devel] [PATCH] 243 clean up v1.2 LDAP module

2009-07-29 Thread Rob Crittenden
The 1.2 LDAP module was throwing a deprecation warning for using popen2 and pychecker found a slew of other issues as well. This patch removes a bunch of unused imports, renames some variables that shadowed builtins and renames some functions. exportLDIF() calls a function that isn't provided

[Freeipa-devel] [PATCH] Fixes for IPA 1.2

2009-07-29 Thread Rob Crittenden
Here are 3 patches for the ipa-1-2 branch: 1. Backports a bunch of certificate patches recently committed to master. This should fix replication installation on F-11. 2. Remove a deprecation warning related to BaseException.message 3. Fix a previous backport attempt to fix make SELinux compil

Re: [Freeipa-devel] Ubuntu interests in FreeIPA

2009-07-29 Thread Howard Chu
From Mathias Gug: Hi, Sorry for not following up earlier on this, but this topic has been recently brought on the Ubuntu freeipa team mailing list [1] [1]: https://lists.launchpad.net/freeipa/msg9.html Here are my comments mainly related to supporting openldap instead of 389DS in FreeIPA:

Re: [Freeipa-devel] [PATCH] 243 clean up v1.2 LDAP module

2009-07-29 Thread Martin Nagy
On Wed, 29 Jul 2009 10:12:51 -0400, Rob Crittenden wrote: > The 1.2 LDAP module was throwing a deprecation warning for using > popen2 and pychecker found a slew of other issues as well. > > This patch removes a bunch of unused imports, renames some variables > that shadowed builtins and renames

Re: [Freeipa-devel] [PATCH] Fixes for IPA 1.2

2009-07-29 Thread Martin Nagy
On Wed, 29 Jul 2009 13:40:09 -0400, Rob Crittenden wrote: > Here are 3 patches for the ipa-1-2 branch: > > 1. Backports a bunch of certificate patches recently committed to > master. This should fix replication installation on F-11. > > 2. Remove a deprecation warning related to BaseException.