forked from extern/egroupware
Ralf's fix for Saml for PHP 7.2
This commit is contained in:
parent
08b039c4fb
commit
f0e074093c
@ -619,7 +619,8 @@ if (isset(\$_SERVER['HTTP_X_FORWARDED_PROTO']) && \$_SERVER['HTTP_X_FORWARDED_PR
|
||||
}
|
||||
|
||||
\$config = [
|
||||
EOF,
|
||||
EOF
|
||||
,
|
||||
"'baseurlpath' => 'simplesaml/'," => "'baseurlpath' => '".Api\Framework::getUrl(Api\Egw::link('/saml/'))."',",
|
||||
"'timezone' => null," => "'timezone' => 'Europe/Berlin',", // ToDo: use default prefs
|
||||
"'secretsalt' => 'defaultsecretsalt'," => "'secretsalt' => '".Api\Auth::randomstring(32)."',",
|
||||
|
Loading…
Reference in New Issue
Block a user