5.8 Using a Custom Bind

You might need to bind to LDAP by using a custom bind. For example, to find hidden objects in Exchange, you need to bind as user admin.

To use a custom bind:

  1. In iManager, select Directory Administration > Modify Object.

  2. Locate and select the Identity Manager Driver for Exchange object (for example, EXCHANGE 5_5), then click OK.

  3. Locate the Driver Parameters section at the bottom of the Driver Configuration page, then click Edit XML.

    The Edit XML button
  4. Click Enable XML Editing.

  5. In the < driver-options> section, add the tags and string that specify a custom bind.

    For example, type

    <hiddenObjectBind>cn=Administrator,dc=DOMAIN,cn=admin<hiddenObjectBind/>
    

    This example uses the following, which you need to customize in your configuration:

    String

    Description

    Administrator

    A user with administrative rights

    DOMAIN

    The name of your domain

    The following figure illustrates these tags and string:

    Syntax for a custom bind
  6. Click OK twice.

The Exchange driver then uses the string in the tag as the user for the bind.

Also, an additional value to not allow deleted objects is placed in the search filter.

If this custom tag is present, it overrides the authoritative bind tag. If it isn't present, the authoritative bind takes precedence. If neither tag is present, an anonymous bind is used.