phpCAS
version 1.4.0
|
Go to the source code of this file.
Namespaces | |
PhpCAS | |
Variables | |
$phpcas_path = '../../source/' | |
$cas_host = 'cas.example.com' | |
$cas_context = '/cas' | |
$cas_port = 443 | |
$cas_server_ca_cert_path = '/path/to/cachain.pem' | |
$cas_real_hosts = array('cas-real-1.example.com', 'cas-real-2.example.com') | |
$client_domain = '127.0.0.1' | |
$client_path = 'phpcas' | |
$client_secure = true | |
$client_httpOnly = true | |
$client_lifetime = 0 | |
$db = 'pgsql:host=localhost;dbname=phpcas' | |
$db_user = 'phpcasuser' | |
$db_password = 'mysupersecretpass' | |
$db_table = 'phpcastabel' | |
$driver_options = '' | |
if(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on') | else |
if($_SERVER['SERVER_PORT'] !=80 && $_SERVER['SERVER_PORT'] !=443) | $curdir = dirname($_SERVER['REQUEST_URI']) . "/" |
$rebroadcast_node_1 = 'http://cas-client-1.example.com' | |
$rebroadcast_node_2 = 'http://cas-client-2.example.com' | |
$serviceUrl = $curbase . $curdir . 'example_service.php' | |
$serviceUrl2 = $curbase . $curdir . 'example_service_that_proxies.php' | |
$pgtBase = preg_quote(preg_replace('/^http:/', 'https:', $curbase . $curdir), '/') | |
$pgtUrlRegexp = '/^' . $pgtBase . '.*$/' | |
$cas_url = 'https://' . $cas_host | |
$cas_context = '/cas' |
Definition at line 30 of file config.example.php.
$cas_host = 'cas.example.com' |
Definition at line 27 of file config.example.php.
$cas_port = 443 |
Definition at line 33 of file config.example.php.
$cas_real_hosts = array('cas-real-1.example.com', 'cas-real-2.example.com') |
Definition at line 44 of file config.example.php.
$cas_server_ca_cert_path = '/path/to/cachain.pem' |
Definition at line 36 of file config.example.php.
if ( $cas_port !='443') $cas_url = 'https://' . $cas_host |
Definition at line 89 of file config.example.php.
Referenced by CAS_AuthenticationException\__construct(), CAS_Client\_authError(), CAS_Client\logout(), CAS_Client\redirectToCas(), and CAS_Client\retrievePT().
$client_domain = '127.0.0.1' |
Definition at line 47 of file config.example.php.
$client_httpOnly = true |
Definition at line 50 of file config.example.php.
$client_lifetime = 0 |
Definition at line 51 of file config.example.php.
$client_path = 'phpcas' |
Definition at line 48 of file config.example.php.
$client_secure = true |
Definition at line 49 of file config.example.php.
if ( $_SERVER[ 'SERVER_PORT'] !=80 &&$_SERVER[ 'SERVER_PORT'] !=443) $curdir = dirname($_SERVER['REQUEST_URI']) . "/" |
Definition at line 75 of file config.example.php.
$db = 'pgsql:host=localhost;dbname=phpcas' |
Definition at line 54 of file config.example.php.
$db_password = 'mysupersecretpass' |
Definition at line 57 of file config.example.php.
$db_table = 'phpcastabel' |
Definition at line 58 of file config.example.php.
$db_user = 'phpcasuser' |
Definition at line 56 of file config.example.php.
$driver_options = '' |
Definition at line 59 of file config.example.php.
Referenced by CAS_PGTStorage_Db\__construct(), phpCAS\setPGTStorageDb(), and CAS_Client\setPGTStorageDb().
$pgtBase = preg_quote(preg_replace('/^http:/', 'https:', $curbase . $curdir), '/') |
Definition at line 86 of file config.example.php.
$pgtUrlRegexp = '/^' . $pgtBase . '.*$/' |
Definition at line 87 of file config.example.php.
$phpcas_path = '../../source/' |
Definition at line 20 of file config.example.php.
$rebroadcast_node_1 = 'http://cas-client-1.example.com' |
Definition at line 78 of file config.example.php.
$rebroadcast_node_2 = 'http://cas-client-2.example.com' |
Definition at line 79 of file config.example.php.
$serviceUrl = $curbase . $curdir . 'example_service.php' |
Definition at line 82 of file config.example.php.
Referenced by CAS_Client\serviceMail().
$serviceUrl2 = $curbase . $curdir . 'example_service_that_proxies.php' |
Definition at line 84 of file config.example.php.
if (isset( $_SERVER[ 'HTTPS']) &&$_SERVER[ 'HTTPS']=='on') else |
Definition at line 68 of file config.example.php.