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