From 31698ef3d169e1a8506e72ddbe2668a6c3d239e1 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 1 Jul 2014 19:36:41 +0200 Subject: [PATCH] Also set generateModule for SOAP conf access --- root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/015soap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/015soap b/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/015soap index 4875634..e0c61ea 100644 --- a/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/015soap +++ b/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/015soap @@ -6,7 +6,8 @@ if (($llng->prop('SoapAllowFrom') || '') ne ''){ $conf->{'Soap'} = '1'; $conf->{'globalStorage'} = 'Lemonldap::NG::Common::Apache::Session::SOAP'; $conf->{'globalStorageOptions'} = { - proxy => "https://lemonsoap:$password\@soapsso.$domain/index.pl/sessions" + proxy => "https://lemonsoap:$password\@soapsso.$domain/index.pl/sessions", + generateModule => 'Lemonldap::NG::Common::Apache::Session::Generate::SHA256' }; } else {