ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
module_casserver.php
Go to the documentation of this file.
1<?php
2/*
3 * Configuration for the module casserver.
4 */
5
6$config = array (
7
8 'legal_service_urls' => array(
9 'http://test.feide.no/casclient',
10 'http://test.feide.no/cas2',
11 ),
12
13 // Legal values: saml2, shib13
14 'auth' => 'saml2',
15
16 'ticketcache' => 'ticketcache',
17
18 'attrname' => 'mail', // 'eduPersonPrincipalName',
19 #'attributes' => TRUE, // enable transfer of attributes
20
21);
An exception for terminatinating execution or to throw for unit testing.