From 61eee3bd867fa1ab05890a16ff6a33b788f2a09c Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 1 Jul 2014 19:34:28 +0200 Subject: [PATCH] Use SHA256 as generateModule --- .../e-smith/templates/etc/lemonldap-ng/lemonldap-ng.ini/10configuration | 2 ++ 1 file changed, 2 insertions(+) diff --git a/root/etc/e-smith/templates/etc/lemonldap-ng/lemonldap-ng.ini/10configuration b/root/etc/e-smith/templates/etc/lemonldap-ng/lemonldap-ng.ini/10configuration index f7e1193..49ee965 100644 --- a/root/etc/e-smith/templates/etc/lemonldap-ng/lemonldap-ng.ini/10configuration +++ b/root/etc/e-smith/templates/etc/lemonldap-ng/lemonldap-ng.ini/10configuration @@ -3,7 +3,9 @@ type=File dirName = /var/lib/lemonldap-ng/conf +globalStorageOptions=\{ 'generateModule' => 'Lemonldap::NG::Common::Apache::Session::Generate::SHA256' \} localStorage=Cache::FileCache localStorageOptions=\{ 'namespace' => 'localcache', 'default_expires_in' => 600, 'directory_umask' => '007', 'cache_root' => '/var/cache/lemonldap-ng', 'cache_depth' => 5, \} +