lemonldap-ng/doc/sources/admin/restminihowto.rst

30 lines
962 B
ReStructuredText
Raw Permalink Normal View History

2020-05-14 23:29:41 +02:00
Configure LemonLDAP::NG to use REST proxy mechanism
===================================================
LL::NG use 2 internal databases to store its configuration and sessions.
It can be configured to use REST instead of direct access to those
2020-05-18 09:56:39 +02:00
databases (for remote servers).
2020-05-20 15:44:46 +02:00
2020-05-18 09:56:39 +02:00
.. tip::
2020-05-14 23:29:41 +02:00
This mechanism can be used to
secure access for remote servers that cross an unsecured network to
access to LL::NG databases.
Use REST for Lemonldap::NG configuration
----------------------------------------
Steps:
2020-05-18 09:56:39 +02:00
- :ref:`Choose and configure your main configuration storage system<start-configuration-database>`
2020-05-14 23:29:41 +02:00
- Follow :doc:`REST configuration backend<restconfbackend>` page
- Restart all your remote Apache servers
Use REST for Lemonldap::NG sessions
-----------------------------------
Steps:
2020-05-18 09:56:39 +02:00
- :ref:`Choose and configure your main sessions storage system<start-sessions-database>`
2020-05-14 23:29:41 +02:00
- Follow :doc:`REST sessions backend<restsessionbackend>` page