Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1171 → Rev 1172

/trunk/papyrus/pap_initialise_auth.inc.php
21,7 → 21,7
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// | |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: pap_initialise_auth.inc.php,v 1.22 2006-11-20 17:29:42 jp_milcent Exp $
// CVS : $Id: pap_initialise_auth.inc.php,v 1.23 2006-12-14 15:01:05 jp_milcent Exp $
/**
* Initialisation de l'authentification.
*
37,7 → 37,7
//Autres auteurs :
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.22 $ $Date: 2006-11-20 17:29:42 $
*@version $Revision: 1.23 $ $Date: 2006-12-14 15:01:05 $
// +------------------------------------------------------------------------------------------------------+
*/
 
189,12 → 189,18
 
// +------------------------------------------------------------------------------------------------------+
// Définition du nom de la session
$GLOBALS['_GEN_commun']['pear_auth']->setSessionname('gen_'.$GLOBALS['_GEN_commun']['info_auth']->gsa_abreviation);
session_name(PAP_AUTH_SESSION_PREFIXE.$GLOBALS['_GEN_commun']['info_auth']->gsa_abreviation);
$GLOBALS['_GEN_commun']['pear_auth']->setSessionName(session_name());
$GLOBALS['_GEN_commun']['pear_auth']->setAdvancedSecurity(PAP_AUTH_SECURITE_AVANCEE);
 
// Démarage de la session
$GLOBALS['_GEN_commun']['pear_auth']->start();
 
/* +--Fin du code ---------------------------------------------------------------------------------------+
* $Log: not supported by cvs2svn $
* Revision 1.22 2006/11/20 17:29:42 jp_milcent
* Suppression du code de gestion de l'identification Spip et Wikini car non fonctionnel et finalement géré dans les appli tierces.
*
* Revision 1.21 2006/04/28 12:41:49 florian
* corrections erreurs chemin
*