DescriptionIn 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.
Solutionconfig 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