Fix PHP syntax error in previous commit
This commit is contained in:
parent
2cc39aba9f
commit
e8b382925a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ $cas_servers=array(
|
||||||
'ssl_validation' => true,
|
'ssl_validation' => true,
|
||||||
// If ssl_validation is enable you must define
|
// If ssl_validation is enable you must define
|
||||||
'ssl_cacert_path' => '/etc/ssl/certs/ca-certificates.crt',
|
'ssl_cacert_path' => '/etc/ssl/certs/ca-certificates.crt',
|
||||||
'ssl_cn_validation' => true
|
'ssl_cn_validation' => true,
|
||||||
// Extra CURL options (for phpCAS client)
|
// Extra CURL options (for phpCAS client)
|
||||||
'extra_curl_options' => array(
|
'extra_curl_options' => array(
|
||||||
// Uncomment it in case of 'dh key too small' error
|
// Uncomment it in case of 'dh key too small' error
|
||||||
|
|
Loading…
Reference in a new issue