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
I have a problem with adding filter for attribute, which exist not in all
Share
statusattribute, use apresentfilter, for example,(status=*).statusattribute, negate the present filter:(!(status=*)).statusattribute is indexed forequalityandpresence. If do not have access to this information, check with the LDAP administrators in the appropriate organization.see also