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

41 lines
1.0 KiB
ReStructuredText

How to change configuration backend
===================================
LemonLDAP::NG provides a script to change configuration backend easily
keeping history. It is set in LemonLDAP::NG utilities directory
(``convertConfig``).
How it works
------------
The ``convertConfig`` utility reads 2 LL::NG configuration files
(``lemonldap-ng.ini``):
- **Current**: to extract all configuration history
- **New**: to write all configuration history
Let's go
--------
- Prepare your new lemonldap-ng.ini file
- Configure your new backend (create SQL database,...)
- Launch that:
.. code-block:: shell
convertConfig --current=/etc/lemonldap-ng/lemonldap-ng.ini --new=/new/lemonldap-ng.ini
- Install the new lemonldap-ng.ini file at the place of the old file in
all LL::NG servers
- Restart all your Apache servers
See also
--------
Documentation is available for configuration backends :
- :doc:`SQL<sqlconfbackend>`
- :doc:`File<fileconfbackend>`
- :doc:`LDAP<ldapconfbackend>`
- :doc:`SOAP proxy mechanism<soapconfbackend>`