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


Usage

<configuration>
    <access>
        <profile>
            <ldap-server>
                <name>name</name> <!-- identifier -->
                <port>port</port>
                <source-address>source-address</source-address>
                <routing-instance>routing-instance</routing-instance>
                <retry>retry</retry>
                <timeout>seconds</timeout>
            </ldap-server>
        </profile>
    </access>
</configuration>

Description

Lightweight Directory Access Protocol server.

Contents

<name>—Hostname or IPv4 address of LDAP server.

<port>—LDAP server port number.

<retry>—Number of times to resend requests.

<routing-instance>—Use specified routing instance.

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

<timeout>—Delay before resending unacknowledged request.


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