Fix translate

environments/ppa-mbqj77/deployments/196
Christophe Maudoux 7 years ago
parent cb077e8829
commit 1551398025
  1. 9
      lemonldap-ng-common/scripts/convertConfig
  2. 6
      lemonldap-ng-common/scripts/lemonldap-ng-cli
  3. 4
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth.pod
  4. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/UserDB.pod

@ -95,13 +95,13 @@ __END__
=encoding utf8
convertConfig - tool used to change Lemonldap::NG configuration database.
convertConfig - A tool to convert Lemonldap::NG configuration database.
=head1 SYNOPSIS
convertConfig --current=/current/lemonldap-ng.ini --new=/new/lemonldap-ng.ini
# Convert only latest (loose history)
# Convert only the latest config (configuration history is lost)
convertConfig --latest --current=... --new=...
# Continue even if an error occurs
@ -110,8 +110,9 @@ convertConfig - tool used to change Lemonldap::NG configuration database.
=head1 DESCRIPTION
convertConfig is a command line toot that can be used to do initialize a new
Lemonldap::NG configuration database keeping current configuration and history.
convertConfig is a command line tool to convert all configurations stored
in database and initialize a new Lemonldap::NG configuration based on
current configuration.
=head1 SEE ALSO

@ -78,9 +78,9 @@ lemonldap-ng-cli - Command-line manager for Lemonldap::NG web-SSO system.
=head1 DESCRIPTION
lemonldap-ng-cli is a command line client that can be used to do some actions
on Lemonldap::NG configuration. Commands are detailed in
L<Lemonldap::NG::Manager::Cli> and L<Lemonldap::NG::Common::CLi>
lemonldap-ng-cli is a command line interface to interact with Lemonldap::NG
configuration. Commands are described in L<Lemonldap::NG::Manager::Cli>
and L<Lemonldap::NG::Common::CLi>
=head1 SEE ALSO

@ -54,7 +54,7 @@ Lemonldap:NG::Portal::Auth - Writing authentication modules for LemonLDAP::NG.
Lemonldap::NG::Portal::Main::Auth must be used to build Lemonldap::NG authentication
modules. Authentication modules are independent objects that are instantiated
by Lemonldap::NG portal. They must provides methods described below.
by Lemonldap::NG portal. They must provide methods described below.
=head1 METHODS
@ -78,7 +78,7 @@ by Lemonldap::NG portal. They must provides methods described below.
=head3 "Routes" management
Like any module that inherits from Lemonldap::NG::Portal::Plugin,
Like each module that inherits from Lemonldap::NG::Portal::Plugin,
Lemonldap::NG::Portal::Main::Auth provides URI path functions:
=over

@ -42,7 +42,7 @@ Lemonldap:NG::Portal::UserDB - Writing authentication modules for LemonLDAP::NG.
UserDB modules are used to search a user in user database. UserDB modules are
independent objects that are instantiated by Lemonldap::NG portal. They must
provides methods described below.
provide methods described below.
=head1 METHODS

Loading…
Cancel
Save