Configuring Active Directory in CCleaner Network:
- In the Network Tree, select the network name.
- Select Network > Remote Installation.
- Select Add.
- Add the credentials of a user with sufficient access rights to list the Endpoints in the Operational Unit for the selected network.
- Select OK twice.
- Select Network > Active Directory
- In the Active Directory Settings dialog box, select Add.
- In the Add Organizational Unit dialog box, enter the LDAP path of the Operational Unit in the LDAP Path box. Use the syntax below.
- In the Credentials drop-down, select the user from step 4.
- Select OK twice.
LDAP Syntax:
The required LDAP format is:
LDAP://[DomainController]:[Port]/OU=[OperationalUnitPath],DC=[DomainName]
where:
- [DomainController] is the name of the Domain Controller
- [Port] is the port which the Domain Controller uses (the default is 389)
- [OperationalUnitPath] is the path from the root to the Operational Unit
- [DomainPath] is the domain in which the Operational Unit is located
Example:
LDAP://server01:389/OU=developers,OU=computers,DC=example,DC=com
This corresponds to the "developers" operational unit which is located in the "computers OU," belonging to the "example.com" domain.