summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/pwpolicy2.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace old pwpolicy plugin with new one using baseldap, fix tests.Rob Crittenden2010-05-171-359/+0
| | | | Fix deletion of policy when a group is removed.
* Correctly handle EmptyModlist exception in pwpolicy2-mod.Pavel Zuna2010-05-141-7/+15
| | | | | | | | | | | 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 baseldap.py classes to catch the EmptyModlist exception and checks if there was really nothing to be modified before reraising the exception.
* Add new password policy plugin based on baseldap.py classes.root2010-05-051-0/+351
|
* Rename plugins2 files (remove '2' suffix').Pavel Zuna2009-07-021-148/+0
|
* Remove all references to use_ldap2.Pavel Zuna2009-07-021-2/+0
|
* Add pwpolicy plugin port to new LDAP backend.Pavel Zuna2009-05-271-0/+150