Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPGroups.php497 * @param string $sAMAaccountType The account type to return
503 public function search($sAMAaccountType = adLDAP::ADLDAP_SECURITY_GLOBAL_GROUP, $includeDescription = false, $search = "*", $sorted = true) { argument
507 if ($sAMAaccountType !== null) {
508 $filter .= '(samaccounttype='. $sAMAaccountType .')';