JAAS Login Timeout

Specifies the length of time, in milliseconds, that the server waits for the JAAS authentication module to execute and respond.

This timeout is used each time the server passes a username and password to the LoginModule. If the module does not return a response, the server denies authentication.

This parameter is optional. If it is not included, the default timeout is 500 milliseconds.

Classic Configuration

The JVM is enabled using the jaas_login_timeout property in the tibemsd.conf file:

jaas_login_timeout = milliseconds

Administration Tool

This property cannot be set using the administration tool.