[Freeipa-devel] Re: [PATCH] Fix incorrect imports in ipa-server-certinstall. [Was: consistent use of --help on CLI?]

2009-09-11 Thread Rob Crittenden
Pavel Zuna wrote: Fixed. Pavel Zuna wrote: Dmitri Pal wrote: Pavel, Rob, What do the CLI utils do when someone uses --help parameter? Is there a consistent behavior about this? Ack, pushed to master smime.p7s Description: S/MIME Cryptographic Signature

[Freeipa-devel] Re: [PATCH] Fix typos and minor bugs in baseldap. Add --all to LDAPUpdate.

2009-09-11 Thread Rob Crittenden
Pavel Zuna wrote: Rob Crittenden wrote: Pavel Zůna wrote: Fixes some minor things in baseldap. It also add the --all options (to display all attribute) to LDAPUpdate. Pavel Why are you not returning failed anymore with post_callback? Because that was a mistake, I meant to return dn, but

[Freeipa-devel] [PATCH] 271 handle certificate decode errors in service

2009-09-11 Thread Rob Crittenden
In the service plugin we will attempt to revoke a server cert when a service is deleted. Add some error handling around that effort. This fixes the self-tests. rob freeipa-271-service.patch Description: application/mbox smime.p7s Description: S/MIME Cryptographic Signature

[Freeipa-devel] IPA v1.2.2 in Fedora updates-testing

2009-09-11 Thread Rob Crittenden
IPA v1.2.2 has been released into the Fedora updates-testing repository (not quite pushed to all the mirrors yet). I'm putting it into testing so we can get some feedback on it before pushing it out to the masses. It primarily addresses the following bugs: * Fix group deletion in the web UI.

[Freeipa-devel] Re: [PATCHES] Make plugins use baseldap classes.

2009-09-11 Thread Rob Crittenden
Pavel Zůna wrote: This is a series of patches that depends on patches: - Improve attribute printing in the CLI. - Improve ipalib.plugins.baseldap classes. All plugins are converted to extend baseldap classes. This makes things more consistent, fixes some general bugs (with return values for