ClientProvider IBM data server driver configuration keyword
Defines the LDAP client provider.
- 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="ClientProvider" value="LDAP_client_provider_name "/>
- Default setting:
- On the Windows operating system: Microsoft
- Usage notes:
You can use the ClientProvider keyword to specify the LDAP client provider name. The ClientProvider keyword must be defined in the
ldapserver
section (<ldapserver>
) of the db2dsdriver.cfg file.Valid values for the ClientProvider keyword are:- IBM
- Microsoft
The ClientProvider keyword is equivalent to the DB2LDAP_CLIENT_PROVIDER registry variable. If both the DB2LDAP_CLIENT_PROVIDER registry variable and the ClientProvider keyword are specified, the DB2LDAP_CLIENT_PROVIDER registry value takes precedence over the ClientProvider keyword value.