[Freeipa-devel] [PATCH] Add exception callback (exc_callback) to baseldap.py classes.

2010-05-10 Thread Pavel Zuna
The new callback enables plugin authors to supply their own handler for ExecutionError exceptions generated by calls to ldap2 made from the execute method of baseldap.py classes that extend CallbackInterface. Pavel pzuna-freeipa-0004-exc_callback.patch Description: application/mbox

[Freeipa-devel] [PATCH] Correctly handle EmptyModlist exception in pwpolicy2-mod.

2010-05-10 Thread Pavel Zuna
EmptyModlist exception was generated by pwpolicy2-mod when modifying policy priority only. It was because the priority attribute is stored outside of the policy entry (in a CoS entry) and there was nothing left to be changed in the policy entry. This patch uses the new exception callbacks in

[Freeipa-devel] [PATCH] 439 spec file cleanups

2010-05-10 Thread Rob Crittenden
Remove references to Fedora 10 and add some tests for RHEL 6. rob freeipa-439-spec.patch Description: application/mbox ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

Re: [Freeipa-devel] [PATCH] Add exception callback (exc_callback) to baseldap.py classes.

2010-05-10 Thread Rob Crittenden
Pavel Zuna wrote: The new callback enables plugin authors to supply their own handler for ExecutionError exceptions generated by calls to ldap2 made from the execute method of baseldap.py classes that extend CallbackInterface. Pavel I don't see any reference to EXC_CALLBACKS other than in