Lemonldap::Config::Parameters

emonldap::Config::Parameters is a Perl module as a Backend of configuration for lemonldap SSO system.
Download

Lemonldap::Config::Parameters Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Eric German & Xavier Guimard
  • Publisher web site:
  • http://search.cpan.org/~egerman/Lemonldap-Portal-Sslsso-0.03/Sslsso.pm

Lemonldap::Config::Parameters Tags


Lemonldap::Config::Parameters Description

emonldap::Config::Parameters is a Perl module as a Backend of configuration for lemonldap SSO system. emonldap::Config::Parameters is a Perl module as a Backend of configuration for lemonldap SSO system.SYNOPSIS #!/usr/bin/perl use Lemonldap::Config::Parameters; use Data::Dumper; my $nconfig= Lemonldap::Config::Parameters->new( file =>'applications.xml', cache => '/tmp/CONF' ); my $conf= $nconfig->getAllConfig; my $cg=$nconfig->getDomain('appli.cp'); my $ligne= $cg; print Dumper( $ligne); my $e = $cg->{templates_options} ; my $opt= "templates_dir"; my $va = $cg->{$opt}; my $ligne= $nconfig->formateLineHash($e,$opt,$va) ;or by API :Lemonldap::Config::Parameters::f_delete('/tmp/CONF');or by command lineperl -e "use Lemonldap::Config::Parameters; Lemonldap::Config::Parameters::f_delete('/tmp/CONF');" Requirements: · Perl


Lemonldap::Config::Parameters Related Software