Help for this page

Select Code to Download


  1. or download this
    ## @file
    # Main portal for Lemonldap::NG portal
    ...
        ) unless ( ref($r) );
        $self->{lmConf} = $r;
    }
    
  2. or download this
      use Lemonldap::NG::Portal::SharedConf;
      my $portal = new Lemonldap::NG::Portal::SharedConf( {
    ...
             # Activate SOAP service
             Soap           => 1
        } );