Queries the cache for a list of LDAP entries and their attributes.
Tags:
return:
The found LDAP entries. Format: array(dn1 => array(uidnumber1), dn2 => array(uidnumber2), ... ) if $attributes is of type string or array(dn1 => array(uid => array(myuid), uidNumber => array(1234)), ... ) if $attributes is an array
Parameters:
mixed
$attributes
One (string) or many (array) attribute names.
string
$objectClass
The resulting entries need to contain this object class.
mixed
$scopelist
the account type(s) as string or array, all scopes if NULL given