mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
LSauthMethod :: Fixed notice PHP
This commit is contained in:
parent
8ec11500c0
commit
1ea9403083
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class LSauthMethod {
|
||||||
$result = $authobject -> searchObject(
|
$result = $authobject -> searchObject(
|
||||||
$this -> authData['username'],
|
$this -> authData['username'],
|
||||||
LSsession :: getTopDn(),
|
LSsession :: getTopDn(),
|
||||||
LSsession :: $ldapServer['authObjectFilter']
|
(isset(LSsession :: $ldapServer['authObjectFilter'])?LSsession :: $ldapServer['authObjectFilter']:NULL)
|
||||||
);
|
);
|
||||||
$nbresult=count($result);
|
$nbresult=count($result);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue