|
|
@ -6,7 +6,8 @@ if (($llng->prop('SoapAllowFrom') || '') ne ''){ |
|
|
|
$conf->{'Soap'} = '1'; |
|
|
|
$conf->{'Soap'} = '1'; |
|
|
|
$conf->{'globalStorage'} = 'Lemonldap::NG::Common::Apache::Session::SOAP'; |
|
|
|
$conf->{'globalStorage'} = 'Lemonldap::NG::Common::Apache::Session::SOAP'; |
|
|
|
$conf->{'globalStorageOptions'} = { |
|
|
|
$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 { |
|
|
|
else { |
|
|
|