================== Installation Guide ================== Installing LDAP plugin ============================================ To install LDAP plugin, follow these steps: #. Download the plugin from the `Fuel Plugins Catalog `_. #. Copy the plugin on an already installed Fuel Master node (SSH can be used for that). If you do not have the Fuel Master node yet, see `Quick Start Guide `_: .. code-block:: bash # scp ldap-1.0-1.0.0-1.noarch.rpm root@:/tmp #. Log into the Fuel Master node. Install the plugin: .. code-block:: bash # cd /tmp # fuel plugins --install ldap-1.0-1.0.0-1.noarch.rpm #. Check if the plugin was installed successfully .. code-block:: bash # fuel plugins id | name | version | package_version ---|--------------|----------|---------------- 1 | ldap | 1.0.0 | 2.0.0 #. MU-3 (Maintenance Update) should be installed to provide proper work of keystone providers with domains during deployment process.