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

2010-05-14 Thread Pavel Zuna
Improved version attached. If a callback raised a new exception, callbacks next in row would still get the original exception. Now they should get the new one as intended. Thanks to Rob for pointing this out. Pavel pzuna-freeipa-0004-exc_callback.patch Description: application/mbox

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

2010-05-14 Thread Rob Crittenden
Pavel Zuna wrote: Improved version attached. If a callback raised a new exception, callbacks next in row would still get the original exception. Now they should get the new one as intended. Thanks to Rob for pointing this out. Pavel Ack, pushed to master

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

2010-05-14 Thread Rob Crittenden
Pavel Zůna wrote: On 2010-05-10 15:44, Pavel Zuna wrote: 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

[Freeipa-devel] [PATCH] 443 password policy lifetimes

2010-05-14 Thread Rob Crittenden
Enforce that the max lifetime is min lifetime. This was a regression from IPA v1. This relies on the pwpolicy switcheroo, patch 441. rob freeipa-443-pwpolicy.patch Description: application/mbox ___ Freeipa-devel mailing list

[Freeipa-devel] [PATCH] 444 try to clarify uid

2010-05-14 Thread Rob Crittenden
The uid option to the user plugin is the uidnumber, not the login name. Try to clarify that in the cmd line doc. rob freeipa-444-user.patch Description: application/mbox ___ Freeipa-devel mailing list Freeipa-devel@redhat.com