Fix: ajout debug

This commit is contained in:
Regis Houssin 2007-06-02 11:30:06 +00:00
parent 6cd2717124
commit 665aa79a4a

View File

@ -900,13 +900,12 @@ class Ldap
$ldapBinary = ldap_get_values_len ($this->connection, $entry, "objectsid"); $ldapBinary = ldap_get_values_len ($this->connection, $entry, "objectsid");
$SIDText = $this->binSIDtoText($ldapBinary[0]); $SIDText = $this->binSIDtoText($ldapBinary[0]);
return $SIDText; return $SIDText;
//return $ldapBinary;
} }
else else
{ {
$this->error = ldap_errno($this->connection)." ".ldap_error($this->connection);
return '?'; return '?';
} }
} }
/** /**