FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
Jorge_Ayala_FTNT
Article Id 192665
Description
In scenarios where there are multiple LDAP servers, such as FSSO in advanced mode, it is convenient to define these in a single entry LDAP with the same order of the Collectors-Agents FSSO.

Solution
config user ldap
    edit "Ldap"
        set server ''
        set secondary-server ''
        set tertiary-server ''
        set source-ip 0.0.0.0
        set cnid "cn"
        set dn ''
        set type simple
        set group-member-check user-attr
        set secure disable
        set port 389
        set password-expiry-warning disable
        set password-renewal disable
        set member-attr "memberOf"
        unset search-type
    next
end

Contributors