mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
LSldapObject::listObjects() : removed 'dn' as attribute asked in LSsearch
This commit is contained in:
parent
2eee30bd17
commit
2a3f4fb53a
1 changed files with 1 additions and 2 deletions
|
@ -765,8 +765,7 @@ class LSldapObject {
|
||||||
|
|
||||||
$sparams = array(
|
$sparams = array(
|
||||||
'basedn' => $basedn,
|
'basedn' => $basedn,
|
||||||
'filter' => $filter,
|
'filter' => $filter
|
||||||
'attributes' => array('dn')
|
|
||||||
);
|
);
|
||||||
|
|
||||||
if (is_array($params)) {
|
if (is_array($params)) {
|
||||||
|
|
Loading…
Reference in a new issue