[Freeipa-devel] [PATCH] 278 Only initialize API once in the installer

2009-09-25 Thread Rob Crittenden
Two patches crossed in the night, both added a call to initialize the API. There can be only one. Also need to make the ldap2 plugin more flexible and not require the schema to be loaded at startup so we can initialize the API before IPA has been installed. Addresses bug 525303. rob

Re: [Freeipa-devel] [PATCH] 273 join a host to an IPA domain

2009-09-25 Thread John Dennis
On 09/24/2009 07:58 PM, Jason Gerard DeRose wrote: ack. pushed to master. Opps, perhaps too late, but I'd like to NAK this patch. I've been using the code in ipa-join.c as an example and have discovered several problems with the use of the xmlrpc-c library, which by the way I truly

[Freeipa-devel] [PATCH] 279 Fix/enhance the aci plugin

2009-09-25 Thread Rob Crittenden
The aci plugin didn't quite work with the new ldap2 backend, fix that. We already walk through the target part of the ACI syntax so skip that in the regex altogether. This now lets us handle all current ACIs in IPA (some used to be ignored/skipped) Add support for user groups so one can do

Re: [Freeipa-devel] [PATCH] 279 Fix/enhance the aci plugin

2009-09-25 Thread Rob Crittenden
Rob Crittenden wrote: The aci plugin didn't quite work with the new ldap2 backend, fix that. We already walk through the target part of the ACI syntax so skip that in the regex altogether. This now lets us handle all current ACIs in IPA (some used to be ignored/skipped) Add support for user