lemonldap-ng/doc/sources/admin/jsonfileconfbackend.rst
2020-06-01 16:22:25 +02:00

30 lines
629 B
ReStructuredText

JSON File configuration backend
===============================
This works like :doc:`File backend<fileconfbackend>`, except that data
are serialized in JSON.
.. tip::
This configuration storage can be shared between different
hosts using:
- :doc:`SOAP configuration backend proxy<soapconfbackend>`
- any files sharing system (NFS, NAS, SAN,...)
Configuration
-------------
You just have to configure a directory writable by Apache user and set
it in [configuration] section in your lemonldap-ng.ini file:
.. code:: ini
[configuration]
type = JSONFile
dirName = /var/lib/lemonldap-ng/conf