Also set generateModule for SOAP conf access

This commit is contained in:
Daniel Berteaud 2014-07-01 19:36:41 +02:00
parent 61eee3bd86
commit 31698ef3d1
1 changed files with 2 additions and 1 deletions

View File

@ -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 {