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:
In iManager, select Directory Administration > Modify Object.
Locate and select the Identity Manager Driver for Exchange object (for example, EXCHANGE 5_5), then click
.Locate the
section at the bottom of the Driver Configuration page, then click .Click
.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:
The following figure illustrates these tags and string:
Click
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.