#!/usr/bin/perl
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();