Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
auth
Commits
48894c8c
Commit
48894c8c
authored
Jul 10, 2013
by
Bertrand Gauthier
Browse files
Légère modif pour testabilité.
parent
d1fd9554
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/UnicaenAuth/Authentication/Adapter/Cas.php
View file @
48894c8c
...
...
@@ -9,7 +9,6 @@ use Zend\Authentication\Result as AuthenticationResult;
use
Zend\EventManager\EventManager
;
use
Zend\EventManager\EventManagerAwareInterface
;
use
Zend\EventManager\EventManagerInterface
;
use
Zend\Mvc\Router\Http\TreeRouteStack
;
use
Zend\ServiceManager\ServiceManager
;
use
Zend\ServiceManager\ServiceManagerAwareInterface
;
use
ZfcUser\Authentication\Adapter\AbstractAdapter
;
...
...
@@ -114,7 +113,7 @@ class Cas extends AbstractAdapter implements ServiceManagerAwareInterface, Event
* @return phpCAS
* @throws Exception
*/
p
rotected
function
getCasClient
(
$initClient
=
true
)
p
ublic
function
getCasClient
(
$initClient
=
true
)
{
require_once
__VENDOR_DIR__
.
'/gorg/phpcas/CAS.php'
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment