Commit 7de6f7fd authored by bmortier's avatar bmortier
Browse files

Merge branch '288-the-lifecycle-plugin-miss-the-plugin-installation' into 'dev'

Resolve "the lifecycle plugin miss the plugin installation"

See merge request fusiondirectory/user-manual!506
Showing with 49 additions and 3 deletions
+49 -3
Configuration
=============
No configuration needed for this plugin.
Description
===========
This plugin is used in the manage the lifecycle of an account.
It uses the end date of a targeted Supann resource and allows for modification, prolongation, or change of state.
...@@ -5,4 +5,7 @@ Life Cycle ...@@ -5,4 +5,7 @@ Life Cycle
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
lifeCycleTask.rst description
installation
configuration
lifeCycleTask
Installation
============
Install packages
----------------
Debian
^^^^^^
.. code-block:: bash
apt-get install fusiondirectory-plugin-lifecycle
apt-get install fusiondirectory-plugin-lifecycle-schema
Install schemas
---------------
Debian
^^^^^^
.. code-block:: bash
fusiondirectory-schema-manager --insert-schema /etc/ldap/schema/fusiondirectory/lifecycle-fd.schema
Register the plugin
-------------------
.. code-block:: bash
fusiondirectory-plugins-manager --register-plugin /etc/fusiondirectory/yaml/lifecycle/description.yaml
Life Cycle Life Cycle task
========== ===============
The **Life Cycle** task manages the end of life of your accounts. The **Life Cycle** task manages the end of life of your accounts.
It uses the end date of a targeted Supann resource and allows for modification, prolongation, or change of state. It uses the end date of a targeted Supann resource and allows for modification, prolongation, or change of state.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment