diff --git a/public_html/includes/class/class.LSldap.php b/public_html/includes/class/class.LSldap.php index 994403ae..8e44e566 100644 --- a/public_html/includes/class/class.LSldap.php +++ b/public_html/includes/class/class.LSldap.php @@ -109,6 +109,7 @@ class LSldap { LSerror :: addErrorCode('LSldap_02',$ret -> getMessage()); return; } + LSdebug("LSldap::search() : return ".$ret->count()." objet(s)"); $retInfos=array(); foreach($ret -> entries() as $entry) { if (!$entry instanceof Net_LDAP2_Entry) {