
Lemonldap::NG::Manager::Restricted - Restricted version of Lemonldap::NG::Manager to show only parts of protected virtual hosts.

use Lemonldap::NG::Manager::Restrited;
my $h=new Lemonldap::NG::Manager::Restricted (
{
configStorage=>{
type=>'File',
dirName=>"/tmp/",
},
dhtmlXTreeImageLocation=> "/devel/img/",
# uncomment this only if lemonldap-ng-manager.js is not in the same
# directory than your script.
# jsFile => /path/to/lemonldap-ng-manager.js,
read => [ 'test.example.com', 'test2.example.com' ],
write => [ 'test.example.com' ],
}
) or die "Unable to start, see Apache logs";
$h->doall();

This module can be used to give access to a part of the Lemonldap::NG Web-SSO configuration. You can use it to simply show or give write access to some of the protected vortual hosts.
Lemonldap::NG::Manager::Restricted works like Lemonldap::NG::Manager but uses 2 new parameters in the constructor:

Lemonldap::NG::Manager, http://wiki.lemonldap.objectweb.org/xwiki/bin/view/NG/Presentation

Xavier Guimard, <x.guimard@free.fr>

Use OW2 system to report bug or ask for features: http://forge.objectweb.org/tracker/?group_id=274

Lemonldap::NG is available at http://forge.objectweb.org/project/showfiles.php?group_id=274

Copyright (C) 2007 by Xavier Guimard
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.