
Lemonldap::NG::Manager::Conf - Perl extension written to manage Lemonldap::NG Web-SSO configuration.

use Lemonldap::NG::Manager::Conf;
my $confAccess = new Lemonldap::NG::Manager::Conf(
{
type=>'File',
dirName=>"/tmp/",
},
) or die "Unable to build Lemonldap::NG::Manager::Conf, see Apache logs";
my $config = $confAccess->getConf();

Lemonldap::NG::Manager::Conf provides a simple interface to access to Lemonldap::NG Web-SSO configuration. It is used by Lemonldap::NG::Handler, Lemonldap::NG::Portal and Lemonldap::NG::Manager.
SOAP configuration access is a sort of proxy: the SOAP server that runs Lemonldap::NG::Manager::SOAPServer is configured to use the real session storage type (DBI or File for example). See Lemonldap::NG::Conf::SOAP for more.
WARNING: You have to use the same storage type on all Lemonldap::NG parts in the same server.
cfgNum = $number>: the number of the configuration wanted. If this argument is omitted, the last configuration is returned.fields = [array of names]: the desired fields asked. By default, getConf returns all (select * from lmConfig).
Lemonldap::NG::Handler, Lemonldap::NG::Portal, 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) 2006-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.