Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The LDAP agent configuration has three tabs: Connections, Advanced and Security.

Connections Tab


LDAP agent configuration - Connections tab

...

Note
titleNote!

If you use external references, you must provide hosts and ports in coma separated syntax: <host1>:<port1>,<host2>:<port2>.

Advanced Tab


LDAP agent configuration - Advanced tab

SettingDescription
Max ConnectionsEnter the maximum number of concurrent connections permitted towards the LDAP servers. The default value is 2.
Max Connection Age (ms)Enter the maximum amount of time in milliseconds that an LDAP connection can exist before closing it. The default value is 60000 milliseconds.
Max Connection Wait Time (ms)

Enter the maximum amount of time in milliseconds that you want the agent to wait for a connection to become available from the pool. The default value is 1000 milliseconds.

If the maximum amount of time set is exceeded, an exception is thrown which is written to the pico log. No attempt is made to retry the operation.

Connection Timeout (ms)

Enter the connection timeout in milliseconds before assuming that the initial attempt to connect to the LDAP server is unsuccessful. The default value is 100 milliseconds.

If the amount of time set is exceeded, an exception is thrown which is written to the pico log.

Pending Answers LimitEnter the maximum number of operations that can be active per connection. When this limit is reached, the connection stops accepting new requests and waits for all of the answers to arrive and it is checked by the pool. The default value is 1000.
Pool Check Interval (ms)Enter the time interval, in milliseconds, that you want to wait before checking the pool state after it has been marked as invalid. Invalid means no idle connections are available and all connections that are currently in use are invalid, or the pending answers limit has been exceeded for all of the connections. The default value is 2000 milliseconds.
Number of RetriesEnter the maximum number of retries permitted for an unsuccessful operation. The default value is 0. To enable retries you must select a value of 1 or more.
Retry Interval (ms)

Enter the time interval, in milliseconds, that you want to wait before retrying an unsuccessful operation. The default and maximum value is 1000 milliseconds.

If the server is overloaded, the delay interval doubles for each retry until the maximum value of 1000 milliseconds is reached.

Max Throughput (Ops/sec)

Enter the maximum number of operations per second sent to be sent to the LDAP server. If you enter the value of 0, the number of operations per second is unlimited.

Operation Timeout (ms)

Enter the maximum amount of time in milliseconds permitted after sending a request to the LDAP server without receiving a response, before the request times out. The default value is 5000 milliseconds.

If the maximum amount of time set is exceeded, an exception is thrown which is written to the pico log. If you have entered a value for the Number of Retries option, the operation request will be sent again. Otherwise, the operation request will be ignored.

Enable Request ID

If you want to be able to abandon an operation, you must select this check box. An identifier embedded in an LdapRequestIDUDR is sent by the agent, for every operation request, except abandon.

For further information on LDAP Agent UDRs, see 9.4951.3 LDAP Agent UDRs.

Security Tab


LDAP agent configuration - Security tab

...

Keytool prompts for required information such as identity details and password. Note that the keystore password must be the same as the key password.


Scroll ignore
scroll-viewportfalse
scroll-pdftrue
scroll-officefalse
scroll-chmtrue
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-epubtrue
scroll-htmlfalse


Next: