diff --git a/lam/HISTORY b/lam/HISTORY index 6f28f59a..033852ef 100644 --- a/lam/HISTORY +++ b/lam/HISTORY @@ -1,5 +1,6 @@ September 2020 - PHP 7.4 compatibility + - Configuration export and import - Show password prompt when a user with expired password logs into LAM admin interface (requires PHP 7.2) - Better error messages on login when account is expired/deactivated/... - Windows users: group display format can be configured (cn/dn) diff --git a/lam/docs/manual-sources/chapter-configuration.xml b/lam/docs/manual-sources/chapter-configuration.xml index d7fe125f..6b89e4cf 100644 --- a/lam/docs/manual-sources/chapter-configuration.xml +++ b/lam/docs/manual-sources/chapter-configuration.xml @@ -2211,4 +2211,50 @@ mysql> GRANT ALL PRIVILEGES ON lam_cron.* TO 'lam_cron'@'localhost'; + +
+ Self Service (LAM Pro) + + See Self Service + chapter. +
+ +
+ Import and export configuration + + Here you can export and import LAM's whole configuration. You can + use this to backup the configuration or migrate from one server to + another. + + You will need to login with the configuration master password to use + this feature. + + + + + + Export + + This will dump the whole configuration to one big single file. It is + not possible to dump only parts of the configuration. During import you + can select what exactly to import. + + Import + + Please select the import file first and submit. LAM will then + present you possible import data. You can select what to import using the + checkboxes. + + Please note that LAM will not delete e.g. server profiles that are + not in the import file. + + Example: You have profile1+profile2 in your LAM installation and + profile2+profile3 in your import file. When you select to import all + server profiles then profile1 stays untouched, profile2 will be + overwritten and profile3 will be added. + + + + +
diff --git a/lam/docs/manual-sources/images/confImportExport1.png b/lam/docs/manual-sources/images/confImportExport1.png new file mode 100644 index 00000000..54bde5b2 Binary files /dev/null and b/lam/docs/manual-sources/images/confImportExport1.png differ diff --git a/lam/docs/manual-sources/images/confImportExport2.png b/lam/docs/manual-sources/images/confImportExport2.png new file mode 100644 index 00000000..eede2ecd Binary files /dev/null and b/lam/docs/manual-sources/images/confImportExport2.png differ diff --git a/lam/docs/manual-sources/images/configOverview.png b/lam/docs/manual-sources/images/configOverview.png index 93e61fad..bb9be6b4 100644 Binary files a/lam/docs/manual-sources/images/configOverview.png and b/lam/docs/manual-sources/images/configOverview.png differ