B.3 Configuration Tasks

B.3.1 Setting the Default Naming Context for Your AD LDS/ADAM Instance

  1. Start the ADSI Edit application by selecting Start > All Programs > Administrative Tools> ADAM ADSI Edit.

  2. In the tree view, select the root item called ADAM ADSI Edit.

  3. Under the Action menu, select Connect to.

  4. In the Connection name field, type Configuration.

  5. Select Well-known naming context. Make sure the value in the drop-down list is set to Configuration.

  6. Set the other authentication credentials as appropriate, then click OK.

  7. In the tree view, expand the Configuration item and those items underneath it until you can select the following entry:

    CN=NTDS Settings,CN=ServerName$InstanceName,CN=Servers,
    CN=Default-First-Site-Name, CN=Sites,CN=Configuration,CN={GUID}

    Keep in mind that in the above DN, you should replace ServerName, InstanceName, and GUID with those values you specified when you installed your AD LDS/ADAM instance in Step 8 of Installing AD LDS/ADAM.

  8. Under the Action menu, select Properties.

  9. Select the msDS-DefaultNamingContext attribute, then click Edit.

  10. Specify the same value you used in Step 8 of Installing AD LDS/ADAM.

    NOTE:If you do not point the Default Naming Context of your AD LDS instance to the application directory partition specified during installation, the driver will not be able to successfully perform Modify operations.

  11. Click OK twice.

  12. Restart your AD LDS/ADAM instance so the new default naming context takes effect.

B.3.2 Creating a User in AD LDS/ADAM with Sufficient Rights

For the driver to work properly, it is best to create a user object specifically for the driver to use. This user should only have the rights to do the work that is required. For more information, see Creating an Administrative Account.

B.3.3 Creating the AD LDS/ADAM Driver

You can create the AD LDS/ADAM driver through Designer. The AD LDS/ADAM driver cannot use packages. You must use the driver configuration file to create the driver.

Creating the AD LDS/ADAM Driver in Designer

  1. Open a project in Designer. In the Modeler, right-click the driver set and select New > Driver.

  2. Click Import Driver Configuration.

  3. From the drop-down list, select ADAM, then click Run.

    The ADAM driver is not listed alphabetically, so you might have to scroll to find it in the list.

  4. Configure the driver by filling in the fields. Specify information for your environment. For information on the settings, see Table B-1.

  5. After specifying parameters, click Finish to import the driver.

  6. After the driver is imported, customize and test the driver.

  7. After the driver is fully tested, deploy the driver into the Identity Vault. See Deploying a Driver to an Identity Vault in the NetIQ Designer for Identity Manager Administration Guide.

Table B-1 Configuration Parameters for the AD LDS/ADAM Driver

Parameter

Description

Driver name

Specify the name of the driver object.

Connected System or Driver Name

Specify the name of the connected system, application, or Identity Manager driver. This value is used by the e-mail notification templates to identify the source of notification messages.

Domain DNS Name

Specify the DNS name of the AD LDS/ADAM instance managed by this driver.

ADAM User Container

Specify the container where the objects reside in AD LDS/ADAM.

Driver is Local/Remote

Configure the driver for use with the Remote Loader service by selecting Remote, or select Local to configure the driver for local use.

Authentication ID

Specify the name of the user object created in Creating a User in AD LDS/ADAM with Sufficient Rights. The name needs to be specified as a full LDAP DN.

For example, CN=IDM,CN=Users,DC=domain,DC=com

Authentication Password

Specify the password of the user object with sufficient rights.

Authentication Context

Specify the DNS name or IP address of the AD LDS/ADAM instance server.