LemonLDAP::NG Web SSO
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
lemonldap-ng/modules/lemonldap-ng-manager/example/index.pl

18 lines
408 B

#!/usr/bin/perl
use Lemonldap::NG::Manager;
my $h = new Lemonldap::NG::Manager(
{
configStorage => {
type => 'File',
dirName => "__CONFDIR__",
},
dhtmlXTreeImageLocation => "/imgs/",
applyConfFile => '__DIR__/manager/apply.conf',
# jsFile => /path/to/lemonldap-ng-manager.js,
}
) or die "Unable to start";
$h->doall();