FortiProxy
FortiProxy provides enterprise-class protection against internet-borne threats and Advanced Web Content Caching
dingjerry_FTNT
Article Id 324851
Description

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:

 

  1. Change to use a single LDAP server:

 

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

    end

 

  1. Change to use multiple LDAP servers with the new order:

 

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

 

  1. 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