[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <system>
        <login>
            <retry-options>
                <tries-before-disconnect>tries-before-disconnect</tries-before-disconnect>
                <backoff-threshold>backoff-threshold</backoff-threshold>
                <backoff-factor>backoff-factor</backoff-factor>
                <minimum-time>minimum-time</minimum-time>
            </retry-options>
        </login>
    </system>
</configuration>

Description

Configure password retry options.

Contents

<backoff-factor>—Delay factor after 'backoff-threshold' password failures.

<backoff-threshold>—Number of password failures before delay is introduced.

<minimum-time>—Minimum total connection time if all attempts fail.

<tries-before-disconnect>—Number of times user is allowed to try password.


[Contents] [Prev] [Next] [Index] [Report an Error]