Skip to Content

How to change multiple LDAP servers’s order under ‘config authentication scheme’

This article describes how to change multiple LDAP servers’ order under ‘config authentication scheme’

Scope

FortiProxy.

Solution

Use the following steps to change the order of the LDAP servers:

Step 1: Change to use a single LDAP server:

config authentication scheme
edit "Form_LDAP"
set user-database "LDAP_01"
end

Step 2: Change to use multiple LDAP servers with the new order:

config authentication scheme
edit "Form_LDAP"
set user-database "LDAP_02" "LDAP_01"
end

Step 3: The configuration will keep with the new order:

show authentication scheme Form_LDAP
config authentication scheme
edit "Form_LDAP"
set method form
set user-database "LDAP_02" "LDAP_01"
end