*** empty log message ***
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
PHPCAS README
|
||||
|
||||
This cas is the PHPCAS project from http://esup-phpcas.sourceforge.net version 0.4.16-2
|
||||
This CAS is the PHPCAS project from http://esup-phpcas.sourceforge.net version 0.4.16-2
|
||||
The auth/cas module is using this lib.
|
||||
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@ CAS-module README
|
||||
|
||||
Please read comments from lib.php for auth/cas module
|
||||
The auth/cas/CAS is the PHPCAS project from http://esup-phpcas.sourceforge.net version 0.4.16-2
|
||||
The auth/cas module is using part of the /auth/ldap module. The /auth/ldap directory should exist.
|
||||
|
||||
Other changes made:
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* 10.03.2004 Creation
|
||||
*/
|
||||
require_once($CFG->dirroot."/config.php");
|
||||
include_once($CFG->dirroot.'/auth/cas/CAS/CAS.php');
|
||||
include_once($CFG->dirroot.'/auth/cas/cas/CAS.php');
|
||||
$cas_validate=false;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user