Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPExchange.php349 * @param string $exchangeServer The full DN of an Exchange server. You can use exchange_servers() to find the DN for your server
354 public function storageGroups($exchangeServer, $attributes = array('cn','distinguishedname'), $recursive = NULL) argument
357 if ($exchangeServer === NULL) { return "Missing compulsory field [exchangeServer]"; }
361 $sr = @ldap_search($this->adldap->getLdapConnection(), $exchangeServer, $filter, $attributes);