freeipa/ipalib/plugins
Pavel Zuna 64490a3ee0 Correctly handle EmptyModlist exception in pwpolicy2-mod.
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.
2010-05-14 11:07:10 -04:00
..
__init__.py Renamed f_misc.py plugin module to misc.py 2009-02-03 15:29:00 -05:00
aci.py localize doc strings 2010-03-08 21:10:36 -07:00
automount.py Fix typo in automount doc message. 2010-03-16 17:23:06 -04:00
baseldap.py Add exception callback (exc_callback) to baseldap.py classes. 2010-05-14 11:06:59 -04:00
cert.py localize doc strings 2010-03-08 21:10:36 -07:00
config.py localize doc strings 2010-03-08 21:10:36 -07:00
dns.py Add forgotten trailing dots in DNS records 2010-04-23 17:19:41 -04:00
group.py localize doc strings 2010-03-08 21:10:36 -07:00
hbac.py Increase the attributes we display by default and fix up some labels. 2010-05-05 14:58:01 -04:00
host.py Deleting a non-fully-qualified hostname should still delete its services 2010-03-30 09:41:17 -04:00
hostgroup.py Code cleanup: remove unused stuff, take 1. 2010-03-01 16:53:30 -05:00
kerberos.py Giant webui patch take 2 2009-10-13 11:28:00 -06:00
krbtpolicy.py Code cleanup: remove unused stuff, take 1. 2010-03-01 16:53:30 -05:00
migration.py Retrieve the LDAP schema using kerberos credentials. 2010-03-17 23:36:53 -06:00
misc.py Fix output of env plugin. It displayed more than it should. 2010-04-16 11:06:54 -04:00
netgroup.py localize doc strings 2010-03-08 21:10:36 -07:00
passwd.py Translatable Param.label, Param.doc 2010-02-24 02:47:39 -07:00
pwpolicy2.py Correctly handle EmptyModlist exception in pwpolicy2-mod. 2010-05-14 11:07:10 -04:00
pwpolicy.py Use escapes in DNs instead of quoting. 2010-04-19 10:06:04 -04:00
rolegroup.py Code cleanup: remove unused stuff, take 1. 2010-03-01 16:53:30 -05:00
service.py localize doc strings 2010-03-08 21:10:36 -07:00
taskgroup.py Code cleanup: remove unused stuff, take 1. 2010-03-01 16:53:30 -05:00
user.py Code cleanup: remove unused stuff, take 1. 2010-03-01 16:53:30 -05:00
virtual.py First pass at enforcing certificates be requested from same host 2009-10-21 03:22:44 -06:00
xmlclient.py Sundry work getting ready to switch to new XML-RPC client/server code 2009-02-03 15:29:00 -05:00