Ajout idClient pour identification lorsque webservice personnalisé

This commit is contained in:
Michael RICOIS 2011-02-08 09:21:23 +00:00
parent a8b5d6d390
commit b2f35a4c46

View File

@ -29,6 +29,7 @@ class WebAuthAdapter implements Zend_Auth_Adapter_Interface
$identity = new stdClass();
$identity->username = $this->_username;
$identity->hash = $this->_hash;
$identity->idClient = $tabRep['idClient'];
if (count($rep)==0){
//debugLog('W',"CheckAuth $login/$password inexistant ou inactif (IP=$ipConnexion)", __LINE__,__FILE__, __FUNCTION__, __CLASS__);