CAS integration: added support of JA-SIG Central Authentication Service (CAS) with log-off support, using phpCAS API.

SVN:trunk[1280]
This commit is contained in:
Denis Flaven
2011-06-10 14:51:17 +00:00
parent 4837984ac3
commit 733953ac99
8 changed files with 85 additions and 103 deletions

View File

@@ -79,12 +79,6 @@ class UserExternal extends User
return false;
}
public function CanLogOff()
{
// External authentication: iTop has no way to force a log off
return false;
}
public function ChangePassword($sOldPassword, $sNewPassword)
{
return false;