Hello,
We are trying to pull a full list of identities from Active Directory to use with Enterprise Security. We are using the following search:
| ldapsearch basedn="OU=,Users,DC=,DC=" search="(objectClass=user)" | table * | outputlookup ldap_identities.csv
We've run this search manually and have also scheduled a report to run over night, however, the searches never finish. There are no errors being reported on the page or in SA-ldapsearch.log, it just seems that the search never completes.
Does anyone know of a more efficient search that will pull a large amount of data from AD?
↧