Home
last modified time | relevance | path

Searched refs:_ldapsearch (Results 1 – 1 of 1) sorted by relevance

/plugin/authldaplocal/
H A Dauth.php213 $sr = $this->_ldapsearch($this->con, $base, $filter, $this->getConf('userscope'));
263 …$sr = $this->_ldapsearch($this->con, $base, $filter, $this->getConf('groupscope'), array($this…
815 …protected function _ldapsearch($link_identifier, $base_dn, $filter, $scope = 'sub', $attributes = … function in auth_plugin_authldaplocal