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


Usage

<configuration>
    <access>
        <ldap-options>
            <revert-interval>seconds</revert-interval>
            <base-distinguished-name>base-distinguished-name
                                    </base-distinguished-name> <!-- mandatory -->
            <assemble>...</assemble>
            <search>...</search>
        </ldap-options>
    </access>
</configuration>

Description

Lightweight Directory Access Protocol options.

Contents

<assemble>—Derive user distinguished name from 'common-name' and 'base-distinguished-name'.

<base-distinguished-name>—Suffix when assembling user distinguished name (DN) or base DN under which to search for user DN.

<revert-interval>—Time after which to revert to primary server.

<search>—Search for user's distinguished name.


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