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.
ppatel
Staff
Staff
Article Id 196525

Description

This article describes how to set the source IP address in order to connect FSSO and LDAP when the closest interface does not have an IP address.


Solution
For FSSO.

# config user fsso
    edit <FSSO object name>
        set source-ip <IP address associated an interface>
    end

For LDAP.

# config user ldap
    edit <LDAP object name>
        set source-ip <IP address associated an interface>
    end

WARNING.
This setting does not exist for local polling!

# config user fsso
    edit "Local FSSO Agent"
end
Contributors