To configure the LDAP RA, you declare the following properties in its deployment descriptor:

Name Type Default Description

User

String

LDAP user to use for each connection

Password

String

LDAP password to use for each connection

Host

String

LDAP server group information to use for the connections

LDAPVersion

Integer

3

version of the protocol to use; can be 2 or 3

ConnectionTimeout

Integer

5

defines how long, in seconds, the RA should wait when trying to establish a TCP connection with a remote peer

QueryTimeout

Integer

2000

timeout, in milliseconds, for a specific query

MaxConnections

Integer

20

how many TCP connections the RA will hold open

MinConnections

Integer

10

how few TCP connections the RA will hold open (assuming the LDAP servers are reachable)

MaxQueueSize

Integer

MaxConnections*3

how many queued queries will wait for a thread pool thread before they execute

MaxQueueTime

Integer

5000

how long, in milliseconds, a query will wait in the queue before it executes

PollInterval

Integer

5000

time, in milliseconds, between polls on a new connection to an LDAP server (for the "graceful connection establishment" feature)

PollCount

Integer

2

how many successful polls before sending regular queries to the LDAP server (for the "graceful connection establishment" feature)

PollDN

String

null

LDAP DN to use for poll queries (for the "graceful connection establishment" feature)

PollSearchFilter

String

specify the LDAP search filter

PollSearchScope

String

specify the LDAP search scope

PollSuccessResultCodes

String

null

specify a list of result codes that should not be treated as poll failures. (for the "graceful connection establishment" feature)

IdleTimeout

Integer

0

how long, in milliseconds, to wait before closing idle connections 0 = do not close based on idle time

MaxQueriesPerConnection

Integer

0

how many queries a specific TCP connection can have before it closes 0 = do not close based on based on number of queries
Previous page Next page