Previous Topic: Unattended Configuration on a UNIX System

Next Topic: Delegated Authentication Configuration

Federation Manager Windows Agent Configuration File

After you have run the configuration wizard, the values you specified are written to the IWAConnectorConfig.conf file. You can rerun the wizard at any time to modify almost all the parameter values.

Several parameter values are not set in the configuration wizard. You can modify the file directly when you want to update the following values:

context_cleanup_interval

Specifies the interval after which the cleanup thread starts deleting the expired context. Decreasing this value leads to quicker cleanup and better memory availability.

Default: 30000-milliseconds

Limits: A lower value is recommended when you expect many incomplete requests.

context_expiration_interval

Specifies the time after which a context is assumed to be expired. For NTLM, context is valid for maximum 1 minute.

Default: 60000-milliseconds

Limits:The value of this parameter cannot be set less than 1 minute. A higher value can possibly lead to a stale context not getting cleaned up.

context_cleanup_thread_priority

Specifies the priority for the context clean up thread.

Default: 5

Limits: A higher priority is recommended when you expect many incomplete requests.