To solve the issue:
- Make sure that you can telnet the LDAP Server port 389 from TMEAC Server.
- If Windows Proxy is being used, provide the correct Proxy Server information in TMEAC Proxy Settings page.
If none of the above can solve the issue, manually configure Endpoint Application Control Active Directory Settings and see how it goes.
TMEAC automatically discovers the Active Directory Domain of the LDAP user you specified but not the Base DN for users, groups and the LDAP Server. To retrieve the information, follow the steps below:
- Log in to Active Directory Server.
- Open the command prompt (cmd.exe).
- Find the User Base DN using the command:
dsquery user -name <username being used>
- Find the Group Base DN using the command:
dsquery group -name <group name>
- Find the LDAP Server Hostname using the command:
set L
- Find the User Base DN using the command:
- The following information should now appear:
- Save the settings
- Click Test Connection to verify.