Commit 5437d2d8 authored by bmortier's avatar bmortier
Browse files

Merge branch '209-fusiondirectory-plugins-manager-unregister-plugin-need-an-example' into '1.4'

Resolve "Document proprerly the lastest version of the FusionDirectory Tools"

See merge request fusiondirectory/user-manual!414
Showing with 45 additions and 15 deletions
+45 -15
...@@ -9,34 +9,64 @@ This tool is designed to help install FusionDirectory plugin referenced in the F ...@@ -9,34 +9,64 @@ This tool is designed to help install FusionDirectory plugin referenced in the F
Options Options
------- -------
--register-plugin **--register-plugin**
This option allows you to register a plugin within LDAP without copying the required files
of the plugin itself.
--unregister-plugin Register a plugin within LDAP without copying the required files of the plugin itself.
This option allows you to un-register a plugin already registered within your LDAP.
--install-plugin **--unregister-plugin**
This option allows you to install the required files for your plugin in correct directories and
register the plugin within LDAP.
--remove-plugin Un-register a plugin already registered within your LDAP.
This option allows you to remove the registered plugin and its related files.
--list-plugins **--install-plugin**
This option allows you to list the registered plugins.
Install the required files for your plugin in correct directories an register the plugin within LDAP.
**--remove-plugin**
Remove the registered plugin and its related files.
**--list-plugins**
List the registered plugins.
Examples Examples
-------- --------
Register a plugin installed
.. code-block:: shell
fusiondirectory-plugins-manager --register-plugin /etc/fusiondirectory/yaml/alias/description.yaml
Installing : cn=alias,ou=pluginManager,dc=formation-fusiondirectory,dc=org ..
Unregister a plugin installed
.. code-block:: shell
fusiondirectory-plugins-manager --unregister-plugin alias
alias plugin has been successfully unregistered
List plugins installed into FusionDirectory
.. code-block:: shell
fusiondirectory-plugins-manager --list-plugins
Number of plugins installed : 1
Plugin : alias is installed
.. note::
Those two commands are for plugin installed from outside source like the marketplace or the git of a developer
Install a plugin within FusionDirectory. Install a plugin within FusionDirectory.
.. code-block:: shell .. code-block:: shell
fusiondirectory-plugins-manager --install-plugin /path/to/plugin fusiondirectory-plugins-manager --install-plugin notes
Register a plugin within FusionDirectory's LDAP. Remove a plugin within FusionDirectory.
.. code-block:: shell .. code-block:: shell
fusiondirectory-plugins-manager --register-plugin /path/to/plugin fusiondirectory-plugins-manager --remove-plugin notes
sorbonne plugin has been successfully removed.
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