@pmandal that query is not working as well. From all the testing i can see that LDAP queries in Sailpoint do not support wildcard (*) for DN. I figured out another way. EmployeeID is empty for externals, so i have used below to pick up Externals:
(&(objectClass=person)(!(employeeID=*)))
1 Like