freeipa/ipalib/plugins
Rob Crittenden 93e54366f9 Fix aci_mod command. It should handle more complex operations now.
The problem was trying to operate directly on the ACI itself. I
introduced a new function, _aci_to_kw(), that converts an ACI
into a set of keywords. We can take these keywords, like those passed
in when an ACI is created, to merge in any changes and then re-create the
ACI.

I also switched the ACI tests to be declarative and added a lot more
cases around the modify operation.
2010-06-24 10:26:08 -04:00
..
__init__.py Renamed f_misc.py plugin module to misc.py 2009-02-03 15:29:00 -05:00
aci.py Fix aci_mod command. It should handle more complex operations now. 2010-06-24 10:26:08 -04: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 First pass at per-command documentation 2010-06-22 13:58:04 -04:00
config.py First pass at per-command documentation 2010-06-22 13:58:04 -04:00
dns.py First pass at per-command documentation 2010-06-22 13:58:04 -04:00
group.py First pass at per-command documentation 2010-06-22 13:58:04 -04:00
hbac.py First pass at per-command documentation 2010-06-22 13:58:04 -04:00
hbacsvc.py First pass at per-command documentation 2010-06-22 13:58:04 -04:00
hbacsvcgroup.py First pass at per-command documentation 2010-06-22 13:58:04 -04:00
host.py First pass at per-command documentation 2010-06-22 13:58:04 -04:00
hostgroup.py First pass at per-command documentation 2010-06-22 13:58:04 -04:00
kerberos.py Giant webui patch take 2 2009-10-13 11:28:00 -06:00
krbtpolicy.py First pass at per-command documentation 2010-06-22 13:58:04 -04: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 First pass at per-command documentation 2010-06-22 13:58:04 -04:00
passwd.py First pass at per-command documentation 2010-06-22 13:58:04 -04:00
pwpolicy.py First pass at per-command documentation 2010-06-22 13:58:04 -04:00
rolegroup.py First pass at per-command documentation 2010-06-22 13:58:04 -04:00
service.py First pass at per-command documentation 2010-06-22 13:58:04 -04:00
taskgroup.py First pass at per-command documentation 2010-06-22 13:58:04 -04:00
user.py First pass at per-command documentation 2010-06-22 13:58:04 -04: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