Skip to content

Commit

Permalink
Enable Debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
directoryxx authored Jul 19, 2018
1 parent ce8d561 commit 9623a76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SSO/SSO.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* Create phpCAS client
*/
phpCAS::client(CAS_VERSION_3_0, CAS_SERVER_HOST, CAS_SERVER_PORT, CAS_SERVER_URI);

phpCAS::setDebug ('/tmp/cas-debug.log');
/**
* Set no validation.
*/
Expand Down Expand Up @@ -107,7 +107,7 @@ public static function setCASPath($cas_path) {
private static function init() {
// Create CAS client.
phpCAS::client(CAS_VERSION_3_0, CAS_SERVER_HOST, CAS_SERVER_PORT, CAS_SERVER_URI);

// Set no validation.
phpCAS::setNoCasServerValidation();
}
Expand Down

0 comments on commit 9623a76

Please sign in to comment.