LSauthMethod : Disable cache searching user in LDAP

This commit is contained in:
Benjamin Renard 2012-02-25 19:37:38 +01:00
parent 5a98b14b74
commit e22fbef942

View file

@ -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);