Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPGroups.php503 public function search($sAMAaccountType = adLDAP::ADLDAP_SECURITY_GLOBAL_GROUP, $includeDescription = false, $search = "*", $sorted = true) {
556 $groupsArray = $this->search(adLDAP::ADLDAP_SECURITY_GLOBAL_GROUP, $includeDescription, $search, $sorted);
618 $filter = "(&(objectCategory=group)(samaccounttype=" . adLDAP::ADLDAP_SECURITY_GLOBAL_GROUP . "))";
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php66 const ADLDAP_SECURITY_GLOBAL_GROUP = 268435456; define in adLDAP