Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/authldap/
H A Dauth.php551 $servers = explode(',', $this->getConf('server'));
552 foreach ($servers as $server) {
609 /* As of PHP 5.3.0 we can set timeout to speedup skipping of invalid servers */
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPExchange.php336 public function servers($attributes = array('cn','distinguishedname','serialnumber')) function in adLDAPExchange