Differences
This shows you the differences between two versions of the page.
— |
documentation:2.1:changeconfbackend [2019/01/15 15:55] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== How to change configuration backend ====== | ||
+ | |||
+ | LemonLDAP:: | ||
+ | |||
+ | ===== How it works ===== | ||
+ | |||
+ | The '' | ||
+ | * **Current**: | ||
+ | * **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 shell> | ||
+ | convertConfig --current=/ | ||
+ | </ | ||
+ | * 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 : | ||
+ | * [[sqlconfbackend|SQL]] | ||
+ | * [[fileconfbackend|File]] | ||
+ | * [[ldapconfbackend|LDAP]] | ||
+ | * [[soapconfbackend|SOAP proxy mechanism]] | ||