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


Usage

<configuration>
    <system>
        <tacplus-server>
            <name>name</name> <!-- identifier -->
            <port>port</port>
            <secret>secret</secret>
            <timeout>seconds</timeout>
            <single-connection/>
            <source-address>source-address</source-address>
        </tacplus-server>
    </system>
</configuration>

Description

TACACS+ server configuration.

Contents

<name>—TACACS+ authentication server address.

<port>—TACACS+ authentication server port number.

<secret>—Shared secret with the authentication server.

<single-connection>—Optimize TCP connection attempts.

<source-address>—Use specified address as source address.

<timeout>—Request timeout period.


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