So what is the logic to deal with that ? An if statement wherever it referenced ldap? I have a large stanza with a elsif for matching ldap groups and returning back specific groups for a Fortinet firewall. Cheers, Daniel From: Freeradius-Users <freeradius-users-bounces+daniel=2600hz.com@lists.freeradius.org> Date: Tuesday, 7 April 2020 at 7:18 PM To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Subject: Re: Redundant-load-balance hi,
So I changed mods-enabled/ldap to have two entries
ldap server001 { .. }
ldap server002 { .. }
okay
Modified sites-enabled/inner-tunnel to:
Auth-Type LDAP {
redundant-load-balance ldap {
server001
server002
}
}
remove the ldap, its just Auth-Type LDAP { redundant-load-balance { server001 server002 } } then you need to look at the next thing thats failing. its likely because your logic is still just using 'ldap' but you're now actually server001 or server002.... alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html