Source

Target

Commits (2)
Showing with 12 additions and 5 deletions
+12 -5
Description Description
=========== ===========
The dyngroup plugin is used to manage dynamic group in FusionDirectory, such as groupOfURLs in LDAP Directory. It requires dynlist and autogroup overlays to be installed. The dyngroups plugin is used to manage dynamic group in FusionDirectory, such as groupOfURLs in LDAP Directory. It requires dynlist and autogroup overlays to be installed.
.. note:: .. note::
See OpenLdap documentation on how to set it up: https://www.openldap.org/doc/admin24/overlays.html#Dynamic%20Lists See OpenLdap documentation on how to set it up: https://www.openldap.org/doc/admin24/overlays.html#Dynamic%20Lists
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Functionalities Functionalities
=============== ===============
Dyngroup plugin lets you manage groupOfURLs objects within FusionDirectory just like regular groups and roles. Dyngroups plugin lets you manage groupOfURLs objects within FusionDirectory just like regular groups and roles.
You can go to the "Groups and roles" page and create a dynamic group. You can go to the "Groups and roles" page and create a dynamic group.
......
Dyngroup Dyngroup
======== ========
FusionDirectory Plugins Dyngroup FusionDirectory Plugins Dyngroups
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
......
...@@ -16,13 +16,13 @@ RHEL ...@@ -16,13 +16,13 @@ RHEL
.. code-block:: bash .. code-block:: bash
yum install fusiondirectory-plugin-dyngroup yum install fusiondirectory-plugin-dyngroups
Register the plugin Register the plugin
------------------- -------------------
.. code-block:: bash .. code-block:: bash
fusiondirectory-plugins-manager --register-plugin /etc/fusiondirectory/yaml/dyngroup/description.yaml fusiondirectory-plugins-manager --register-plugin /etc/fusiondirectory/yaml/dyngroups/description.yaml
...@@ -22,7 +22,7 @@ FusionDirectory Plugins ...@@ -22,7 +22,7 @@ FusionDirectory Plugins
dns/index dns/index
dovecot/index dovecot/index
dsa/index dsa/index
dyngroup/index dyngroups/index
ejbca/index ejbca/index
fai/index fai/index
freeradius/index freeradius/index
......