Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
FEMAT ORTIZ Armando
user-manual
Commits
10c27368
Commit
10c27368
authored
1 year ago
by
bmortier
Browse files
Options
Download
Patches
Plain Diff
Resolve "Document proprerly the lastest version of the FusionDirectory Tools"
parent
35718d8c
1.4
235-add-a-requirement-for-the-python-tools-needed-by-shpinx
235-correct-the-language-parameter-in-conf-py
235-correct-the-language-parameter-in-conf-py-2
238-bug-or-documentation-is-incorrect-about-fusiondirectory-schema-manager
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/fusiondirectory-tools/fusiondirectory-plugins-manager.rst
+45
-15
...fusiondirectory-tools/fusiondirectory-plugins-manager.rst
with
45 additions
and
15 deletions
+45
-15
source/fusiondirectory-tools/fusiondirectory-plugins-manager.rst
+
45
−
15
View file @
10c27368
...
...
@@ -9,34 +9,64 @@ This tool is designed to help install FusionDirectory plugin referenced in the F
Options
-------
--register-plugin
This option allows you to register a plugin within LDAP without copying the required files
of the plugin itself.
**--register-plugin**
--unregister-plugin
This option allows you to un-register a plugin already registered within your LDAP.
Register a plugin within LDAP without copying the required files of the plugin itself.
--install-plugin
This option allows you to install the required files for your plugin in correct directories and
register the plugin within LDAP.
**--unregister-plugin**
--remove-plugin
This option allows you to remove the registered plugin and its related files.
Un-register a plugin already registered within your LDAP.
--list-plugins
This option allows you to list the registered plugins.
**--install-plugin**
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
--------
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.
.. code-block:: shell
fusiondirectory-plugins-manager --install-plugin
/path/to/plugin
fusiondirectory-plugins-manager --install-plugin
notes
Re
gister
a plugin within FusionDirectory
's LDAP
.
Re
move
a plugin within FusionDirectory.
.. code-block:: shell
fusiondirectory-plugins-manager --register-plugin /path/to/plugin
fusiondirectory-plugins-manager --remove-plugin notes
sorbonne plugin has been successfully removed.
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets