To install ldp.exe tool,
- Open Server Manager tool in SDP installed server
- Navigate to Roles configuration setting
- Select the Add Roles link
- Work through the Add Roles Wizard
Check the Active Directory Lightweight Directory Services.
For more information on the use of the LDP.exe tool, refer below link:
To check whether domain account have permission using the tool,
1. Run ldp.exe tool. Install it in SDP installed server if not available
2. Connect to the Domain Controller by choosing Connection -> Connect in the tool. Enter server name, port & click ok (Refer Image 1)
3. Once completed, click Connection-> Bind & enter the username, password, domain (configuration from SDP Windows Domain Scan) & choose Bind with credentials as bind type (Refer Image 2)
4. On successful connection you will see message like in Image 3
5. Now in the top menu, choose Browse->Search, search wizard will appear,
a) In the Base DN enter the OU's distinguished name (eg. OU=Test,DC=EXAMPLE,DC=COM)
b) In the Filter, enter the below query as it is (&(&(objectClass=user)(objectCategory=person)(!displayName=Internet Guest Account)(!sAMAccountName=IWAM_*)(!sAMAccountName=IUSR_*))(uSNChanged>=0))
c) Choose "One Level" as scope
d) In Attributes, enter
objectClass;samAccountName
e) Now click Run, the results will be displayed in the console. Please check if all the user objects in the OU are returned.
Image 1:
Image 2:
Image 3: