mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
LSldap::search() : added number of objects returned in a debug message
This commit is contained in:
parent
63d041796b
commit
809cb9adfa
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ class LSldap {
|
||||||
LSerror :: addErrorCode('LSldap_02',$ret -> getMessage());
|
LSerror :: addErrorCode('LSldap_02',$ret -> getMessage());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
LSdebug("LSldap::search() : return ".$ret->count()." objet(s)");
|
||||||
$retInfos=array();
|
$retInfos=array();
|
||||||
foreach($ret -> entries() as $entry) {
|
foreach($ret -> entries() as $entry) {
|
||||||
if (!$entry instanceof Net_LDAP2_Entry) {
|
if (!$entry instanceof Net_LDAP2_Entry) {
|
||||||
|
|
Loading…
Reference in a new issue