Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php55 require_once(dirname(__FILE__) . '/classes/adLDAPExchange.php');
306 * @var adLDAPExchange
313 * @return adLDAPExchange
317 $this->exchangeClass = new adLDAPExchange($this);
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPExchange.php42 class adLDAPExchange { class