Skip to content

Commit

Permalink
Dev Removed obsolete CAS settings
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Mar 2, 2015
1 parent 9ea240e commit ee6c732
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions application/config/config-defaults.php
Original file line number Diff line number Diff line change
Expand Up @@ -385,23 +385,6 @@

$config['minlengthshortimplode'] = 20; // Min length required to use short_implode instead of standard implode

// CAS Settings
/**
* Please note that CAS functionality is very basic and you have to modify the client to your needs.
* At least the hard work is done.
* The Client is deployed in Limesurvey and a file login_check_cas.php does what login_check.php does in normal mode.
*
* $casEnabled determines if CAS should be used or not for Authentication.
* $casAuthServer the servername of the cas Auth Server. Without http://
* $casAuthPort CAS Server listening Port
* $casAuthUri relative uri from $casAuthServer to cas workingdirectory
*/
$config['casEnabled'] = false;
$config['casAuthServer'] = 'localhost';
$config['casAuthPort'] = 8443;
$config['casAuthUri'] = '/cas-server/';


/**
* Statistics chart settings
* Different languages need different fonts to properly create charts - this is what the following settings are for
Expand Down

0 comments on commit ee6c732

Please sign in to comment.