I have a problem with adding filter for attribute, which exist not in all members of organization unit. I set filter like this^ (status=Active) But this property doesn't exist in half of members and server returns "unwilling to execute 53 error". I wonder how should I rewrite this filter query to make it work only for objects with this attribute? Thanks
status
attribute, use a present
filter, for example, (status=*)
.status
attribute, negate the present filter: (!(status=*))
.status
attribute is indexed for equality
and presence
. If do not have access to this information, check with the LDAP administrators in the appropriate organization.