1.1

Table Of Contents
32768Default Value
connection (boot)Property Type
gemre.Prex
socket-lease-time
The time, in milliseconds, that a thread can have exclusive access to a socket it is not actively using.
A value of zero causes socket leases to never expire. This property is ignored if conserve-sockets is
true.
Valid values are in the range 0..600000.
Description
60000Default Value
connection (boot)Property Type
gemre.Prex
sqlfire.auth-ldap-search-base
Use this property to limit the search space used when SQLFire veries a user login ID. Specify the name of the
context or object to search, that is a parameter to javax.naming.directory.DirContext.search(). For example:
ou=ldapTesting,dc=vmware,dc=com
Description
By default, SQLFire tries to bind the anonymous user for searching when you congure
sqlre.auth-ldap-search-base. If your LDAP server does not support anonymous binding, also congure
sqlre.auth-ldap-search-dn and sqlre.auth-ldap-search-pw.
not setDefault Value
systemProperty Type
n/aPrex
sqlfire.auth-ldap-search-dn
If the LDAP server does not allow anonymous binding (or if this functionality is disabled), specify
the user distinguished name (DN) to use for binding to the LDAP server for searching. For example:
uid=guest,o=vmware.com
Description
NullDefault Value
systemProperty Type
n/aPrex
sqlfire.auth-ldap-search-filter
Species a user's objectClass, used to narrow the LDAP search. For example:
objectClass=person
Description
See Guest Access to Search for DNs on page 242.
339
Configuration Properties