This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

add-member object picker

Hi all

i use an ARS web site to allow admin to manage groups' membership. 

When you click Add members, you have an object picker windows from where you have to choose users to add.

I would like to restrict the objects list for objects which match with this filter:

"(|(&(objectclass=contact)(!name=john*))(&(msExchRecipientTypeDetails=*)(objectclass=user)(admindescription=xxx)))"

I have tried to adapt the KB 263705 and modify this line <Setting Name="Filters" Value="(objectClass=*)" /> with the filter i want.

The result in not good.

Do you know where i have to set this filter in order to limit the add members possible objects?

thanks for your help