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

19 lines
438 B
ReStructuredText
Raw Normal View History

2020-05-14 23:29:41 +02:00
YAMLFile configuration backend
==============================
Same as :doc:`File configuration backend<fileconfbackend>` except that
configuration is stored in YAML format.
Configuration
-------------
You just have to configure a directory writable by Apache user and set
it in [configuration] section in your lemonldap-ng.ini file:
2020-05-21 15:13:24 +02:00
.. code-block:: ini
2020-05-14 23:29:41 +02:00
[configuration]
type = YAMLFile
dirName = /var/lib/lemonldap-ng/conf