Added two new options for CAS:

- logout_redirect_service
- memberOf

SVN:trunk[1360]
This commit is contained in:
Denis Flaven
2011-07-26 09:39:45 +00:00
parent c11ca679d4
commit e8c44951a1

View File

@@ -365,6 +365,24 @@ class Config
'source_of_value' => '',
'show_in_conf_sample' => true,
),
'cas_logout_redirect_service' => array(
'type' => 'string',
'description' => 'The redirect service (URL) to use when logging-out with CAS',
// examples... not used (nor 'description')
'default' => '',
'value' => '',
'source_of_value' => '',
'show_in_conf_sample' => true,
),
'cas_memberof' => array(
'type' => 'string',
'description' => 'A comma separated list of group names that the user must be member of (works only with SAML)',
// examples... not used (nor 'description')
'default' => '',
'value' => '',
'source_of_value' => '',
'show_in_conf_sample' => true,
),
'cas_debug' => array(
'type' => 'bool',
'description' => 'Activate the CAS debug',