environments/ppa-mbqj77/deployments/1
Xavier Guimard 9 years ago
parent a8d7a80c3b
commit f96998c99c
  1. 4
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm
  2. 11
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm
  3. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/CDC.pm

@ -126,7 +126,9 @@ system.
=head1 SYNOPSIS
#!/usr/bin/env plackup -I pl/lib
Use any of Plack launcher. Example:
#!/usr/bin/env plackup
use Lemonldap::NG::Manager;

@ -22,6 +22,17 @@ __END__
Lemonldap::NG::Portal - The authentication portal part of Lemonldap::NG Web-SSO
system.
=head1 SYNOPSIS
Use any of Plack launcher. Example:
#!/usr/bin/env plackup
use Lemonldap::NG::Portal;
# This must be the last instruction ! See PSGI for more
Lemonldap::NG::Portal->run($opts);
=head1 DESCRIPTION
Lemonldap::NG is a modular Web-SSO based on Apache::Session modules. It

@ -200,7 +200,7 @@ Lemonldap::NG::Portal::CDC - Manage SAML Common Domain Cookie
Choose any L<Plack> method. CGI example:
#!/usr/bin/env plackup -I pl/lib
#!/usr/bin/env plackup
use Lemonldap::NG::Portal::CDC;

Loading…
Cancel
Save