Parameters for common configuration
The following parameters apply to all authentication configurations.
| Parameter | Description |
|---|---|
| defaultDomain | Optional. A default domain name. When querying for all users, the defaultDomain parameter is added in front of any user ID returned. No default value. |
| nativeLogFile | Optional. The output file for logging. No default value. |
| nativeLogLevel | Optional. The value of the logging level. Valid values are the Integer values from 0 (no logging) up to 6 (trace level logging). The default value is 0. |
| cacheTime | Optional. How long the authenticated user stays in cache. The value is in seconds. A valid value is any Integer value. The default value is 180. |
| denyTime | Optional. How long the authentication requests of a particular user are ignored. The value is in seconds. A valid value is any Integer value. The default value is 100. |
| denyCount | Optional. The number of possible invalid authentication attempts. Any further authentication attempt is ignored for the number of seconds as defined in denyTime. A valid value is any Integer value. The default value is 3. |
| cacheSize | Optional. The maximum number of successfully authenticated users that are stored in the cache. When the cache overflows, the oldest entry is removed. A valid value is any Integer value. The default value is 300. |