Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/authldap/
H A Dauth.php555 $servers = explode(',', $this->getConf('server'));
556 foreach ($servers as $server) {
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPExchange.php336 public function servers($attributes = array('cn','distinguishedname','serialnumber')) function in adLDAPExchange