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/
DadLDAPGroups.php503 …public function search($sAMAaccountType = adLDAP::ADLDAP_SECURITY_GLOBAL_GROUP, $includeDescriptio…
556 …$groupsArray = $this->search(adLDAP::ADLDAP_SECURITY_GLOBAL_GROUP, $includeDescription, $search, $…
618 …$filter = "(&(objectCategory=group)(samaccounttype=" . adLDAP::ADLDAP_SECURITY_GLOBAL_GROUP . "))";
/dokuwiki/lib/plugins/authad/adLDAP/
DadLDAP.php66 const ADLDAP_SECURITY_GLOBAL_GROUP = 268435456; define in adLDAP