Hi all,
I'm using freeradius 2.1.1 on CentOS 5.2. I've 2 ldap servers for authentication. It works when I specify:
redundant {
ldap1
ldap2
}
As expected, requests go to ldap2 when ldap1 is down. However, when I specify the 2 ldap servers like following:
redundant-load-balance {
ldap1
ldap2
}
The effect is just like redundant. All requests go still go to ldap1 instead of load balancing.
Did I miss anything? Thanks a lot.
/ST Wong