Procházet zdrojové kódy

Added two new options for CAS:
- logout_redirect_service
- memberOf

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1360 a333f486-631f-4898-b8df-5754b55c2be0

dflaven před 14 roky
rodič
revize
1b215f1cc6
1 změnil soubory, kde provedl 18 přidání a 0 odebrání
  1. 18 0
      core/config.class.inc.php

+ 18 - 0
core/config.class.inc.php

@@ -365,6 +365,24 @@ class Config
 			'source_of_value' => '',
 			'source_of_value' => '',
 			'show_in_conf_sample' => true,
 			'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(
 		'cas_debug' => array(
 			'type' => 'bool',
 			'type' => 'bool',
 			'description' => 'Activate the CAS debug',
 			'description' => 'Activate the CAS debug',