POD errors + replace lemonldap.ow2.org by lemonldap-ng.org

environments/ppa-mbqj77/deployments/1
Xavier Guimard 15 years ago
parent 47d58814c8
commit b5600bc3bc
  1. 3
      build/lemonldap-ng/README
  2. 2
      build/lemonldap-ng/_example/conf/lmConf-1
  3. 2
      build/lemonldap-ng/scripts/test-perf.pl
  4. 2
      modules/lemonldap-ng-common/lib/Lemonldap/NG/Common/CGI/SOAPServer.pm
  5. 2
      modules/lemonldap-ng-common/lib/Lemonldap/NG/Common/CGI/SOAPService.pm
  6. 2
      modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm
  7. 2
      modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Status.pm
  8. 3
      modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthProxy.pm
  9. 3
      modules/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthRemote.pm

@ -1,8 +1,7 @@
Lemonldap-NG
====================
Go to http://wiki.lemonldap.objectweb.org/xwiki/bin/view/NG/Presentation to get
the up-to-date documentation.
Go to http://lemonldap-ng.org/ to get the up-to-date documentation.
Lemonldap::NG is a modular Web-SSO based on Apache::Session modules. It
simplifies the build of a protected area with a few changes in the application.

@ -1,5 +1,5 @@
applicationList
'$data1 = {'1sample' => { catname => 'Sample applications',type => 'category', 'test1' => { type => 'application', options => { name => 'Application Test 1', uri => 'http://test1.__DNSDOMAIN__/', description => 'A simple application displaying authenticated user', logo => 'demo.png', display => 'auto', }, },'test2' => { type => 'application', options => { name => 'Application Test 2', uri => 'http://test2.__DNSDOMAIN__/', description => 'The same simple application displaying authenticated user', logo => 'thumbnail.png', display => 'auto', }, }, },'2administration' => { catname => 'Administration', type => 'category', 'manager' => { type => 'application', options => { name => 'WebSSO Manager', uri => 'http://manager.__DNSDOMAIN__/', description => 'Configure LemonLDAP::NG WebSSO', logo => 'configure.png', display => 'on', }, },'sessions' => { type => 'application', options => { name => 'Sessions explorer', uri => 'http://manager.__DNSDOMAIN__/sessions.pl', description => 'Explore WebSSO sessions', logo => 'database.png', display => 'on', }, }, }, '3documentation' => { catname => 'Documentation', type => 'category', 'localdoc' => { type => 'application', options => { name => 'Local documentation', uri => 'http://manager.__DNSDOMAIN__/doc/', description => 'Documentation supplied with LemonLDAP::NG', logo => 'help.png', display => 'on', }, },'officialwebsite' => { type => 'application', options => { name => 'Offical Website', uri => 'http://lemonldap.objectweb.org/', description => 'Official LemonLDAP::NG Website', logo => 'network.png', display => 'on', }, }, }, }'
'$data1 = {'1sample' => { catname => 'Sample applications',type => 'category', 'test1' => { type => 'application', options => { name => 'Application Test 1', uri => 'http://test1.__DNSDOMAIN__/', description => 'A simple application displaying authenticated user', logo => 'demo.png', display => 'auto', }, },'test2' => { type => 'application', options => { name => 'Application Test 2', uri => 'http://test2.__DNSDOMAIN__/', description => 'The same simple application displaying authenticated user', logo => 'thumbnail.png', display => 'auto', }, }, },'2administration' => { catname => 'Administration', type => 'category', 'manager' => { type => 'application', options => { name => 'WebSSO Manager', uri => 'http://manager.__DNSDOMAIN__/', description => 'Configure LemonLDAP::NG WebSSO', logo => 'configure.png', display => 'on', }, },'sessions' => { type => 'application', options => { name => 'Sessions explorer', uri => 'http://manager.__DNSDOMAIN__/sessions.pl', description => 'Explore WebSSO sessions', logo => 'database.png', display => 'on', }, }, }, '3documentation' => { catname => 'Documentation', type => 'category', 'localdoc' => { type => 'application', options => { name => 'Local documentation', uri => 'http://manager.__DNSDOMAIN__/doc/', description => 'Documentation supplied with LemonLDAP::NG', logo => 'help.png', display => 'on', }, },'officialwebsite' => { type => 'application', options => { name => 'Offical Website', uri => 'http://lemonldap-ng.org/', description => 'Official LemonLDAP::NG Website', logo => 'network.png', display => 'on', }, }, }, }'
globalStorage
'Apache::Session::File'

@ -13,7 +13,7 @@ $ua->requests_redirectable( [] );
my ( $request, @get, @post, @menu, @cookies, @handler );
# Fake request to be sure that all is compiled
$request = new HTTP::Request( 'GET', 'http://lemonldap/objectweb.org/' );
$request = new HTTP::Request( 'GET', 'http://lemonldap-ng.org/' );
$ua->request( $request, \&cb_content );
$request = new HTTP::Request( 'GET', 'http://127.0.0.1/index_simple.pl' );

@ -108,7 +108,7 @@ a L<CGI> object instead of STDIN.
=head1 SEE ALSO
L<http://lemonldap.objectweb.org/>, L<Lemonldap::NG::Common::CGI>
L<http://lemonldap-ng.org/>, L<Lemonldap::NG::Common::CGI>
=head1 AUTHOR

@ -64,7 +64,7 @@ access.
=head1 SEE ALSO
L<http://lemonldap.objectweb.org/>, L<Lemonldap::NG::Common::CGI>
L<http://lemonldap-ng.org/>, L<Lemonldap::NG::Common::CGI>
=head1 AUTHOR

@ -353,7 +353,7 @@ download a mod_perl2 backport.
L<Lemonldap::NG::Handler::SharedConf>,
L<Lemonldap::NG::Portal>, L<Lemonldap::NG::Manager>,
L<http://lemonldap-ng.org/
L<http://lemonldap-ng.org/>
=head1 AUTHOR

@ -442,7 +442,7 @@ L<mrtg> or directly browsed by your browser.
=head1 SEE ALSO
L<Lemonldap::NG::Handler>, L<Lemonldap::NG::Portal>, L<Lemonldap::NG::Manager>,
L<http://lemonldap-ng.org/
L<http://lemonldap-ng.org/>
=head1 AUTHOR

@ -91,8 +91,7 @@ accept SOAP requests ("Soap=>1").
=head1 SEE ALSO
L<http://lemonldap.objectweb.org/>
L<http://lemonldap-ng.org/
L<http://lemonldap-ng.org/>
=head1 AUTHOR

@ -115,8 +115,7 @@ a remote portal.
=head1 SEE ALSO
L<http://lemonldap.objectweb.org/>
L<http://lemonldap-ng.org/
L<http://lemonldap-ng.org/>
=head1 AUTHOR

Loading…
Cancel
Save