Add manager manpages to deb

environments/ppa-mbqj77/deployments/783
Maxime Besson 6 years ago
parent 396e61491e
commit 6f058fb2fa
  1. 1
      debian/liblemonldap-ng-manager-perl.install
  2. 6
      lemonldap-ng-common/scripts/lemonldap-ng-cli
  3. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/OpenIDConnect.pm

@ -1,5 +1,6 @@
/etc/lemonldap-ng/manager-apache2.conf
/etc/lemonldap-ng/manager-nginx.conf
/usr/share/man/man3/Lemonldap::NG::Manager*
/usr/share/perl5/Lemonldap/NG/Manager*
/usr/share/lemonldap-ng/bin/lemonldap-ng-cli
/usr/share/lemonldap-ng/manager

@ -51,7 +51,7 @@ Available actions:
- restore - : import configuration from STDIN
- restore <file> : import configuration from file
See Lemonldap::NG::Common::Cli(3) or Lemonldap::NG::Manager::CLi(3) for more
See Lemonldap::NG::Manager::Cli(3) for more
};
}
__END__
@ -96,7 +96,7 @@ Set some values
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>
and L<Lemonldap::NG::Common::Cli>
=head2 Available commands
@ -122,7 +122,7 @@ and L<Lemonldap::NG::Common::CLi>
=head1 SEE ALSO
L<Lemonldap::NG::Manager::Cli>, L<Lemonldap::NG::Common::CLi>
L<Lemonldap::NG::Manager::Cli>, L<Lemonldap::NG::Common::Cli>
L<http://lemonldap-ng.org/>
=head1 AUTHORS

@ -1341,7 +1341,7 @@ sub buildLogoutResponse {
# Create session_state parameter
# @param session_id Session ID
# @param client_id CLient ID
# @param client_id Client ID
# return String Session state
sub createSessionState {
my ( $self, $session_id, $client_id ) = @_;

Loading…
Cancel
Save