BaseDN IBM data server driver configuration keyword

Defines the base distinguished name for the LDAP server.

Equivalent CLI keyword
N/A
Equivalent IBM® data server provider for .NET connection string keyword
N/A
IBM data server driver configuration file (db2dsdriver.cfg) syntax
<parameter name="BaseDN" value="base_distinguished_name "/>
Default setting:
None
Usage notes:

You can use the BaseDN keyword to specify the base distinguished name. The BaseDN keyword must be defined in the ldapserver section (<ldapserver>) of the db2dsdriver.cfg file.

Objects located in Common Names (CN) under the LDAP base distinguished name are defined with the BaseDN keyword:
	CN=System
	CN=IBM
	CN=DB2 

The BaseDN keyword is equivalent to the DB2LDAP_BASEDN registry variable. If both the DB2LDAP_BASEDN registry variable and BaseDN keyword are specified, the DB2LDAP_BASEDN registry value takes precedence over the BaseDN keyword value.