mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 08:51:50 -06:00
5582d1df32
The commit implements a mixin class providing capability to track and modify kerberos principal aliases on supported types of entries. The class using the mixin must inherit from the Tracker class and must provide the implementation of two methods: * _make_add_alias_cmd * _make_remove_alias_cmd These are used to get the type specific command for the particular entry class. The methods provided will not work on entries that do not have 'krbprincipalname' attribute. The service, host and user trackers are being extended to use this new mixin class. https://fedorahosted.org/freeipa/ticket/6142 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com> |
||
---|---|---|
.. | ||
__init__.py | ||
automember_plugin.py | ||
base.py | ||
ca_plugin.py | ||
caacl_plugin.py | ||
certprofile_plugin.py | ||
group_plugin.py | ||
host_plugin.py | ||
hostgroup_plugin.py | ||
kerberos_aliases.py | ||
location_plugin.py | ||
server_plugin.py | ||
service_plugin.py | ||
stageuser_plugin.py | ||
sudocmd_plugin.py | ||
sudocmdgroup_plugin.py | ||
user_plugin.py |