db2LDAPCache IBM data server driver configuration keyword
Specifies that the LDAP cache is to be enabled.
- Equivalent CLI keyword
- Not available.
- Equivalent IBM® data server provider for .NET connection string keyword
- N/A
- IBM data server driver configuration file (db2dsdriver.cfg) syntax
<parameter name="db2LDAPCache" value="YES|NO"/>
- Default setting:
- The default value is YES.
- Usage notes:
- You can use the
db2LDAPCache
keyword to specify whether the LDAP cache is enabled. Thedb2LDAPCache
keyword must be defined in the<ldapserver>
section of the db2dsdriver.cfg file. Thedb2LDAPCache
keyword is equivalent to thedb2LDAPCache
registry variable. If bothdb2LDAPCache
registry variable anddb2LDAPCache
keyword are specified, thedb2LDAPCache
registry value takes precedence over thedb2LDAPCache
keyword value.Note: Unset thedb2LDAPCache
registry variable to use thedb2LDAPCache
keyword in the db2dsdriver.cfg file.