I want to filter the users in my Active Directory to a new directory in Crowd.
I have create a following filter and create a new directory. But it seems that it does not working.
(&(objectCategory=person)(objectClass=user)(mail=*@abc.com))
Where is the problem in this filter?
Hi Ruwan,
This filters seems to be correct. What I recommend to you is to double check if the object class and object category are correct in the LDAP server. Try to take an LDIF as example from the user you want to filter and check these attributes.
Also, try to set the maii as (mail=*abc.com) removing the @ sign just for testing purposes. It should work afaik but, making tests using other variables is a valid testing course.
The filter must be placed in the user filter part as well.
I hope this helps!
Cheers,
Rodrigo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.