Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 218 → Rev 219

/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.6 2004-12-06 12:42:02 alex Exp $
// CVS : $Id: pap_initialise_auth.inc.php,v 1.7 2004-12-07 10:26:27 jpm 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.6 $ $Date: 2004-12-06 12:42:02 $
*@version $Revision: 1.7 $ $Date: 2004-12-07 10:26:27 $
// +------------------------------------------------------------------------------------------------------+
*/
 
128,7 → 128,7
}
$resultat_auth->free();
 
for ($GLOBALS['_PAPYRUS_']['auth'] as $cle => $auth_courrante) {
foreach ($GLOBALS['_PAPYRUS_']['auth'] as $cle => $auth_courrante) {
// Nour regardons à quel type d'identification nous avons à faire:
if ($_GEN_commun['info_auth']->gsa_ce_type_auth == 1) {
// Authentification via une base de données
165,6 → 165,9
 
/* +--Fin du code ---------------------------------------------------------------------------------------+
* $Log: not supported by cvs2svn $
* Revision 1.6 2004/12/06 12:42:02 alex
* en cours
*
* Revision 1.5 2004/12/06 12:12:28 jpm
* Début de gestion des auth multiples.
*