I have a requirment to read all active directory users for a specified OU and CN, can you please provide the exact syntax for
LDAP PATH:
QUERY:
Properties:
Please find details below for my AD:
LDAP PATH: LDAP://SERVER1.AI.US.AII.LOCAL:389/DC=AI,DC=us,DC=AII,DC=local
Other values
OU=Security Groups
CN=AB_E-P
Search requests must contain at a minimum the following parameters:
baseis the base object itself,oneis the base object andone level below the base object,
subis the base object and all entries below the base object.filter
A list of attributes can also be supplied, though many, but not all, LDAP APIs will request all
user attributes if none are supplied in the search request.
Use
DC=AI,DC=us,DC=AII,DC=localas the base object, and the appropriate filter that will result in the server returning matching entries in the search response, one possible filter would be(cn=ab_e-p).see also