* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ require_once 'DB.php'; require_once 'session.php'; if(!extension_loaded('lasso')) { $ret = @dl('lasso.' . PHP_SHLIB_SUFFIX); if ($ret == FALSE) { ?>
The Lasso Extension is not available
Please check your PHP extensions
You can get more informations about Lasso at
http://lasso.entrouvert.org/
Identity Provider Configuration file is not available
Please run the setup script :
Lasso Service Provider Setup
You can get more informations about Lasso at
http://lasso.entrouvert.org/
Identity Provider Administration
Setup
Users Management
View Online Users
View log
Identity Provider Fonctionnality
setIdentityFromDump($_SESSION['identity_dump']); if (!empty($_SESSION['session_dump'])) $login->setSessionFromDump($_SESSION['sesion_dump']); $identity = $login->identity; $providerIDs = $identity->providerIds; if ($providerIDs->length()) { ?>Cancel a Federation with :
| Service Provider | Profile |
| Redirect | SOAP |
Your are not Federated with an Service Provider.
| User is logged in! | |
| UserID: | |
| User Name: | |
| PHP Session ID: | |
Copyright © 2004 Entr'ouvert