1CONVERTCONFIG(1) User Contributed Perl Documentation CONVERTCONFIG(1)
2
3
4
6 convertConfig - A tool to migrate Lemonldap::NG configuration database
7 to a new backend.
8
10 convertConfig [--help] [--current /old/lemonldap-ng.ini]
11 [--new /new/lemonldap-ng.ini] [--latest] [--overwrite] [--force]
12 Convert from default File backend to the currently configured backend
13 convertConfig
14
15 Convert only the latest config (configuration history is lost)
16 convertConfig --latest
17
18 Specify different INI config files containing old or new backends
19 convertConfig --current config --new config
20
21 Continue even if an error occurs
22 convertConfig --force
23
25 convertConfig is a command line tool to convert all configurations
26 stored in database and initialize a new Lemonldap::NG configuration
27 based on current configuration.
28
30 <http://lemonldap-ng.org/>
31
33 Clement Oudot, <clem.oudot@gmail.com>
34 Xavier Guimard, <x.guimard@free.fr>
35
37 Use OW2 system to report bug or ask for features:
38 <https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues>
39
41 Lemonldap::NG is available at <https://lemonldap-ng.org/download>
42
44 Copyright (C) 2008-2016 by Xavier Guimard, <x.guimard@free.fr>
45 Copyright (C) 2008-2016 by Clément Oudot, <clem.oudot@gmail.com>
46
47 This library is free software; you can redistribute it and/or modify it
48 under the terms of the GNU General Public License as published by the
49 Free Software Foundation; either version 2, or (at your option) any
50 later version.
51
52 This program is distributed in the hope that it will be useful, but
53 WITHOUT ANY WARRANTY; without even the implied warranty of
54 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
55 General Public License for more details.
56
57 You should have received a copy of the GNU General Public License along
58 with this program. If not, see <http://www.gnu.org/licenses/>.
59
60
61
62perl v5.38.0 2023-11-14 CONVERTCONFIG(1)