Supported doSearch() Operations
The doSearch() operation supports the following:
cim1265
The doSearch() operation supports the following:
Filter
| User
| Group
|
Equality (attribute=value) | Y | Y |
Presence (attribute=*) | Y | N |
A user's association with a group Note: The search supports returning the group that the user belongs to but does not support returning the reverse attribute (members of a group). | Y | N |
The doSearch() operation does not support the following:
- Substring search, for example, (username=*j*)
- Not operations on filters, for example (! (username=John) )
- Logical AND of two filters, for example, (&(fname=John)(lname=Smith))
- Logical OR of two filters, for example, (|(fname=John)(lname=Smith))