Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUsers.php557 $filter = "(&(objectClass=user)(samaccounttype=" . adLDAP::ADLDAP_NORMAL_ACCOUNT .")(objectCategory=person)(cn=" . $search . "))";
618 $filter = "(&(objectClass=user)(samaccounttype=" . adLDAP::ADLDAP_NORMAL_ACCOUNT .")(objectCategory=person)" . $searchParams . ")";
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php63 const ADLDAP_NORMAL_ACCOUNT = 805306368; define in adLDAP