Hello,
I need to create LDAP query to sync user from AD to PureCloud.
The problem is that dismissed employees are not deleted from AD but moved to special OU.
Standard query import all the users.
Current employees are in CN USERS
I tried to narrow the list with memberOf statement, but it returns 0.
With
ldifde tool I can use a standard LDAP search filter and narrow the searches with RootDN, that works. But if I use only LDAP search filter with memberOf (to use it AD connector) I get 0 users.
LDAP query: (&(objectCategory=Person)(objectClass=user)(name=*)(mail=*)(manager=*)(memberOf:1.2.840.113556.1.4.1941:=cn=users,dc=corpname,dc=com,dc=pl))
Any suggestions?
Thanks,
Wojciech