Redundant-load-balance

Alan Buxey alan.buxey at gmail.com
Tue Apr 7 09:17:47 CEST 2020


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


More information about the Freeradius-Users mailing list