LEMONLDAP::NG : sessions.pl configured with make example

This commit is contained in:
Clément Oudot 2008-11-16 12:13:26 +00:00
parent f399324f18
commit 73fa157836

View File

@ -13,7 +13,12 @@ our $cgi = Lemonldap::NG::Manager::Sessions->new({
'cache_root' => '/tmp',
'cache_depth' => 5,
},
configStorage => $Lemonldap::NG::Conf::configStorage,
# Use configStorage with Debian
#configStorage => $Lemonldap::NG::Conf::configStorage,
configStorage => {
type => 'File',
dirName => "__CONFDIR__",
},
https => 0,
jqueryUri => 'jquery.js',
imagePath => '/images/',