09/08/2022 07:54 AM
Hi All,
In Active Directory we are using Objectfilter for importing employees account for that we are using the below format-
(&(objectClass=user)(!(employeeType='NON'))(!(employeeType='NONGT')))
As we have so many employee type for Employees that's what we are using only the non employee type value using not for importing employees only but it is not importing the employees only it also importing the non employee as well
Can anyone suggest me what format I have to use for importing employees only.
09/08/2022 08:54 AM - edited 09/08/2022 08:54 AM
You could try to use the filters in a LDAP browser and see what it returns and build your logic.