jaas_login_timeout

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

jaas_login_timeout = milliseconds

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 10000 milliseconds.

For example:

jaas_login_timeout = 250