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

30 lines
596 B
ReStructuredText
Raw Normal View History

2020-05-14 23:29:41 +02:00
File configuration backend
==========================
This is the default configuration backend. Configuration is stored as
JSON.
2020-05-18 09:56:39 +02:00
.. tip::
2020-05-14 23:29:41 +02:00
This configuration storage can be shared between different
hosts using:
2020-05-18 09:56:39 +02:00
2020-05-14 23:29:41 +02:00
- :doc:`SOAP configuration backend proxy<soapconfbackend>`
- any files sharing system (NFS, NAS, SAN,...)
2020-05-18 09:56:39 +02:00
2020-05-14 23:29:41 +02:00
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 = File
dirName = /var/lib/lemonldap-ng/conf