mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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. |
||
---|---|---|
.. | ||
__init__.py | ||
objectclasses.py | ||
test_aci_plugin.py | ||
test_automount_plugin.py | ||
test_cert.py | ||
test_group_plugin.py | ||
test_hbac_plugin.py | ||
test_hbacsvcgroup_plugin.py | ||
test_host_plugin.py | ||
test_hostgroup_plugin.py | ||
test_netgroup_plugin.py | ||
test_passwd_plugin.py | ||
test_pwpolicy.py | ||
test_rolegroup_plugin.py | ||
test_service_plugin.py | ||
test_taskgroup_plugin.py | ||
test_user_plugin.py | ||
xmlrpc_test.py |